Job
List jobs
API call to return a paginated list of jobs in the given project.
Use the query parameters to further narrow down the searching criteria.
- pageNumber - A zero-based parameter indicating the page number you wish to retrieve. The total number of pages is
returned in each response in the
totalPages
field in the top level of the response. - pageSize - A parameter indicating the size of the page you wish to return.
This has direct effect on the
totalPages
retrieved in each response and can hence influence the number of times to iterate over to get all the jobs. - count - When set to
true
, the response will not contain the list of jobs (thecontent
field) but only the counts of elements and pages. Can be used to quickly retrieve the number of elements and pages to iterate over. - workflowLevel - A non-zero based parameter indicating which workflow steps the returned jobs belong to. If left unspecified, its value is set to 1.
- status - A parameter allowing for filtering only for jobs in a specific status.
- assignedUser - A parameter allowing for filtering only for jobs assigned to a specific user. The parameter accepts a user ID.
- dueInHours - A parameter allowing for filtering only for jobs whose due date is less or equal to the number of hours specified.
- filename - A parameter allowing for filtering only for jobs with a specific file name.
- targetLang - A parameter allowing for filtering only for jobs with a specific target language.
- assignedVendor - A parameter allowing for filtering only for jobs assigned to a specific vendor. The parameter accepts a user ID.
- notReady - A parameter allowing for filtering only jobs that have been imported. When set to
true
the response will only contain jobs that have not been imported yet. This will also return jobs that have not been imported correctly, e.g. due to an error.
GET
List jobs
Path Parameters
Query Parameters
Required range:
x >= 0
Required range:
1 <= x <= 50
Required range:
1 <= x <= 15
Response
200
application/json
successful operation
The response is of type object
.
List jobs