Parameters
name type required description
instance_sid string no If by mistake both instance_sid and instance_id are passed in, instance_sid will take precedence
instance_id number no If by mistake both instance_sid and instance_id are passed in, instance_sid will take precedence
task_name string no The name for the data container task
Example
Resource/tasktypes/data-container/endpoints?instance_id=2014&task_name=myTaskNameTry 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
As a convenience, the task name is appended to each endpoint in the response for easier visual parsing and searching. When a GET or POST request is made to the endpoint, this 'task_name' querystring will be ignored if included.

{
  endpoints: [
    "/tasktypes/data-container/instances/tasks/reciptasks/d854f1fd-773d-4883-a2b7-0acc8c33d138?task_name=myTaskName",
    "/tasktypes/data-container/instances/tasks/reciptasks/d854f1fd-773d-4883-a2b7-0acc8c33d138?task_name=myOtherTaskName"
  ]
}