To list or find tasks from a document of a Codyt project. A task represent ...
URL
(GET) projects/{projectid}/documents/{documentid}/tasks
PARAMETERS
token | The token obtained on connection | Required |
projectid | The project. | Required |
documentid | The unique document identifier. | 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 ApiCodytTaskt items.