GET selfservicejobs/filter?fromUtc={fromUtc}&toUtc={toUtc}
Returns the jobs that have been inserted in the specified date interval. Only active jobs are returned. Jobs that have been deleted are ignored by the function.
URL Parameters
| Name | Description |
|---|---|
| fromUtc | The date is in UTC and follows the format yyyy-MM-ddThh:mm:ss. Example: ?fromUtc=2015-12-20T13:32:08 |
| toUtc | Example: &toUtc=2016-01-20T13:32:08 |
Response body model example and description
{
"jobs": [
{
"id": 154678
},
{
"id": 154678
},
{
"id": 154678
}
],
"exception": "An exception was encountered during execution: {exception details...}"
}