Task

Get

Get a task by ID

get/api/v1/tasks/{id}

Path parameters

idstring required

The id field.

Response

The TaskServiceGetResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.

Changes