Return a specific recipient task
| name | type | required | description |
|---|---|---|---|
| reciptask_sid | string | yes | Unique Identifier for the recipient task |
| data | bool | no | If set to true, the response will include tasks data such as form data etc. |
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.
{
"sid": "7c6d5636-fbab-4a68-8fa0-4de8a03cd05e",
"deleted_date": null,
"id": 4836,
"task_sid": "e86b3c00-697e-4639-901a-44e8a03cd0a7",
"user_sid": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
"status": "Completed",
"start_date": "2013-06-21T18:15:24.970Z",
"end_date": "2013-06-21T18:15:25.283Z",
"ordinal": -1,
"created_date": "2013-06-21T18:15:24.907Z",
"created_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
"modified_date": "2013-06-21T18:15:25.283Z",
"modified_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
"deleted_by": null,
"data": [
{
"sid": "7a36e6ed-4a1c-4a0f-859c-7fe8a03cd0f6",
"reciptask_sid": "7c6d5636-fbab-4a68-8fa0-4de8a03cd05e",
"task_sid": "e86b3c00-697e-4639-901a-44e8a03cd0a7",
"ptask_sid": "ad3657ad-556b-4824-9808-ea9da5facb2d",
"key": "Form Data",
"type": "String",
"id": "4431",
"data_sid": "89ef9d30-1847-4db9-ab80-c19da5facbfd",
"dom_id": "Q4431",
"label": "Justification:",
"meta_1": null,
"meta_2": null,
"ordinal": 9,
"value": null,
"long_exists": 0,
"user_sid": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
"object_sid": "f42474f1-67ab-4d4a-9780-c19da5facbd4",
"object_type": "Form",
"created_date": "2013-06-21T18:15:25.047Z",
"created_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
"modified_date": null,
"modified_by": null,
"deleted_date": null,
"deleted_by": null,
"long_value": null
}
]
}