Skip to main content

Add task to document

To create a new task to a document of a Codyt project.

URL

(POST) projects/{projectid}/documents/{documentid}/tasks/

PARAMETERS

token

The token obtained on connection

Required

projectid

The project.

Required

documentid

The unique document identifier.

Required

locale

The target language of the task to add. The language must be supported by the document.

Required

taskcode

The task code for the added task. See ApiCodytTask for task code values.

Required

 

RESULTS

It returns the id of the new added task:

XML
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2147483647</int>

 





JavaScript errors detected

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

If this problem persists, please contact our support.