cURL
curl --request GET \ --url https://api.rampartcorporation.com/v2/job/next \ --header 'Authorization: Bearer <token>'
{ "data": { "client_id": "<string>", "job_id": "<string>", "sync_type": "HISTORICAL", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" } }
Get the immediate next job to process in the queue. If no job is found, returns null.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Next job in queue
Show child attributes
HISTORICAL
INCREMENTAL