Getting a task by its ID

This method allows to get a particular task data by its ID.

Limitations
Method is available in correspondence to the user rights.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters

The method returns a task object. The properties of the object are listed below.

ParameterData typeDescription
idintTask ID
created_byintID of the user who created the task
updated_byintID of the user who edited the task last
created_atintTask creation date in the format of Unix Timestamp
updated_atintTask edit date in the format of Unix Timestamp
responsible_user_idintTask responsible user ID
group_idintGroup ID of the task responsible user
entity_idintID of the entity the task is linked to
entity_typestringType of the entity the task is linked to
is_completedboolDefines whether the task is completed
task_type_idintTask type
textstringTask description
durationintTask duration in seconds
complete_tillintTask deadline date in the format of Unix Timestamp
resultobjectTask result
result[text]stringTask result text
account_idintAccount ID where the task is located in
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!