Get a list of job IDs for a specified time period and corresponding to the other optional filters.
Security
httpBasicAuth
- Mock serverhttps://developers.retarus.com/_mock/sms/sms4a-api/jobs
- Primary data centerhttps://sms4a.de2.retarus.com/rest/v1/jobs
- Secondary data centerhttps://sms4a.de1.retarus.com/rest/v1/jobs
- HA endpoint - only to send SMShttps://sms4a.eu.retarus.com/rest/v1/jobs
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/sms/sms4a-api/jobs?jobIdsOnly=true&fromTs=2022-06-13T00%3A00%3A00%2B02%3A00&toTs=2022-06-20T00%3A00%3A00%2B02%3A00&open=false&offset=0&limit=100'List jobs successful.
Array []
Timestamp indicating when the job was received by Retarus (iso-8601).
Timestamp indicating when the SMS received its final status (iso-8601).
Response
[ { "jobId": "J.20220928-125820.020-0l8likuetGNOTM4A4U", "src": "retarus", "encoding": "standard", "billcode": "Campaign123", "statusRequested": true, "flash": false, "validityMin": 2880, "customerRef": "InternalID: ABC1234 Tag: Marketing", "qos": "NORMAL", "receiptTs": "2022-09-01T10:25:00.000Z", "finishedTs": "2022-09-30T10:25:00.000Z", "recipientIds": [ … ] } ]