Parameters
name type required description
instance_sid string yes Unique Identifier for the instance
task_sid string yes Unique Identifier for the task
status string yes One of the following - all, open, pastdue, priority or completed. Defaults to all.
start numeric no Start index of the record to return. Defaults to 0.
count numeric no Max number of records to return. Defaults to 20.
Example
Resource/instances/9a0ca50d-e5e3-4544-9b92-979cf278cf1c/tasks?start=0&count=20Try It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Response
"total": 343,
"items": [
  {
    "r": 1,
    "sid": "6e3673b5-f58a-4b9c-b367-d2cfa03cd0c9",
    "id": 4835,
    "task_sid": "d829eaa4-439a-4611-8bbe-c1cfa03cd028",
    "user_sid": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
    "status": "Started",
    "start_date": "2013-06-21T18:14:43.960Z",
    "end_date": null,
    "ordinal": -1,
    "created_date": "2013-06-21T18:14:43.833Z",
    "created_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
    "modified_date": "2013-06-21T18:14:43.960Z",
    "modified_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
    "deleted_date": null,
    "deleted_by": null,
    "instance_sid": "5370bcf6-5b68-4ff3-9f8b-30cfa03cd0b2",
    "instance_id": 1863,
    "process_sid": "a2acae5b-0934-4ff9-8259-ba9da5facb8a",
    "publish_status": "Development",
    "task_name": "Area Director Approval",
    "task_type_name": "Approval",
    "requester_name": "iapprove demo",
    "priority": null,
    "client_name": "iapprove demo",
    "due_date": null
  },

  ]
}