Gets the jobs for a specific project.
URL
(GET) projects/{projectid}/jobs
PARAMETERS
|
Token |
The token obtained on connection |
Required |
|
Projected |
The project to get jobs for |
Required |
|
From |
The first record to show starting with index 0. Default is 0 |
Optional |
|
Count |
The number of records to show, up to 100 at a time. Default is 100. |
Optional |
|
Reference |
Only show jobs with this reference. |
Optional |
|
Sourcelocale |
Show jobs with this source language only. |
Optional |
|
Targetlocale |
Show jobs with this target language only. |
Optional |
|
Task |
Show jobs for this type of work only (TR for translation, etc.) |
Optional |
|
Status |
Show jobs in this status only. See ApiProjectJob for status values. |
Optional |
|
Filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiProjectJob items.