Get Job IDs
Get multiple Job ID.
Function
getJobIds()
Url
- POST:
/PuresendService/v1/getJobIds
Parameters
- startDateStr:
String- The start date of the date range,
- In
yyyy-MM-ddformat
- endDateStr:
String- The end date of the date range
- In
yyyy-MM-ddformat
Return
- jobIds:
int[]- Job ID array.
nullif no job exist in the Date Range.
Exception
- Exception
Documentation
- Get Job ID array in the Date Range.
Examples
{
"startDateStr" : "2022-02-12",
"endDateStr" : "2022-03-01"
}
{
"jobIds": [
45811,
45810,
45809
]
}