The following method permits to find tasks across all Codyt projects:
URL
(GET) projects/tasks
PARAMETERS
This method returns tasks for current document versions only.
|
token |
The token obtained on connection |
Required |
|
sourcelocale |
Optional parameter. To filter tasks by source language. |
Optional |
|
targetlocale |
Optional parameter. To filter tasks by target language. |
Optional |
|
task |
Optional parameter. To filter tasks by their task code. |
Optional |
|
status |
Optional parameter. To filter tasks by the task status. See ApiCodytTask for possible values.. |
Optional |
|
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 |
|
filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiCodytTask items.