Use this method to list or find jobs across all projects.
URL
(GET) projects/jobs
PARAMETERS
|
token |
The token obtained on connection |
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.