GET /jobs
FROM API REVISION 6.0
This will list all the current active jobs.
If a job progress is ended, it will stay in the list for 30 seconds.
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
The $expand system query option specifies the related resources to be included in line with retrieved resources.
The value passed in the parameter can be:
The $expand system query option can be used with the $levels query option, to expand recursively.
The $orderby system query option allows clients to request collections in a particular order.
The value passed in the parameter can be "asc" for ascending order and or "desc" for descending order. If you prefer, it is possible to order the elements according to a specific value (see the example).
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Jobs
Property Name | Type | Description | Method |
---|---|---|---|
Jobs | Array<Job> | This is a list of jobs. | GET |
URL Example: https://0.0.0.0/api/rest/v1/jobs
[
{
"href": "/api/rest/v1/jobs/4e73d39d-bcd6-47d7-8cb7-cf79a1bd7e02",
"name": "4e73d39d-bcd6-47d7-8cb7-cf79a1bd7e02"
}
]
URL Example: https://0.0.0.0/api/rest/v1/jobs
<?xml version="1.0" encoding="utf-8"?>
<Jobs>
<Target>
<Href>/api/rest/v1/jobs/4e73d39d-bcd6-47d7-8cb7-cf79a1bd7e02</Href>
<Name>4e73d39d-bcd6-47d7-8cb7-cf79a1bd7e02</Name>
</Target>
</Jobs>