Skip to main content

Project tasks

To list or find revision sets of a Codyt project. A revision set represents a specific version of a source document.

URL

(GET) projects/{projectid}/tasks

PARAMETERS

This method returns tasks for current document versions only.

token

The token obtained on connection

Required

projectid

The project.

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.





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.