task
task

Retrieve a task

get/task/{connection_id}/task/{id}

Path parameters

connection_idstring required

ID of the connection

idstring required

ID of the Task

Query parameters

fieldsstring[]

Fields to return

rawstring

Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar

Response

Successful

idstring
created_atstring date-time
updated_atstring date-time
namestring
project_idstring
parent_idstring
completed_atstring date-time
status'OPENED' | 'IN_PROGRESS' | 'COMPLETED'
notesstring
due_atstring date-time
start_atstring date-time
end_atstring date-time
prioritystring
assigned_user_idsstring[]
creator_user_idstring
follower_user_idsstring[]
group_idsstring[]
tagsstring[]
urlstring
attachment_idsstring[]

Array of attachment IDs retrieved from StorageFile.Get endpoint

has_childrenboolean
typestring
time_spentnumber
time_spent_unitstring
progressnumber
story_pointsnumber
rawobject

Changes

Changed in 3 of the 34 revisions of this API.214

    • ●

      removed the optional property // from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property // from the response with the status

      response-optional-property-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the enum value progress to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the enum value story_points to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the enum value time_spent to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the enum value time_spent_unit to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the enum value end_at to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the enum value start_at to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the enum value type to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added