Return a filtered list of data container endpoints
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 |
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.
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" ] }