{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Assistants API", "version": "1.52.0" }, "items": [ { "info": { "name": "Assistants", "type": "folder" }, "items": [ { "info": { "name": "FetchAssistant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Assistant resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateAssistant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Assistant resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteAssistant", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Assistant resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListAssistant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants", "params": [ { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateAssistant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchDefaults", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Defaults", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateDefaults", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Defaults", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchDialogue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Dialogues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Dialogue resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchField", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with the Field resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Field resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteField", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with the Field resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Field resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListField", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with the Field resources to read." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateField", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with the new Field resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchFieldType", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the FieldType resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateFieldType", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the FieldType resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteFieldType", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the FieldType resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListFieldType", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateFieldType", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchFieldValue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resource to fetch." }, { "name": "FieldTypeSid", "value": "", "type": "path", "description": "The SID of the Field Type associated with the Field Value to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the FieldValue resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteFieldValue", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to delete." }, { "name": "FieldTypeSid", "value": "", "type": "path", "description": "The SID of the Field Type associated with the Field Value to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the FieldValue resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListFieldValue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to read." }, { "name": "FieldTypeSid", "value": "", "type": "path", "description": "The SID of the Field Type associated with the Field Value to read." }, { "name": "Language", "value": "", "type": "query", "description": "The [ISO language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) tag that specifies the language of the value. Currently supported tags: `en-US`" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateFieldValue", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the new resource." }, { "name": "FieldTypeSid", "value": "", "type": "path", "description": "The SID of the Field Type associated with the Field Value." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchModelBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the ModelBuild resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateModelBuild", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the ModelBuild resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteModelBuild", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the ModelBuild resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListModelBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/ModelBuilds", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateModelBuild", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/ModelBuilds", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchQuery", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Query resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateQuery", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Query resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteQuery", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Query resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListQuery", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Queries", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read." }, { "name": "Language", "value": "", "type": "query", "description": "The [ISO language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used by the Query resources to read. For example: `en-US`." }, { "name": "ModelBuild", "value": "", "type": "query", "description": "The SID or unique name of the [Model Build](https://www.twilio.com/docs/autopilot/api/model-build) to be queried." }, { "name": "Status", "value": "", "type": "query", "description": "The status of the resources to read. Can be: `pending-review`, `reviewed`, or `discarded`" }, { "name": "DialogueSid", "value": "", "type": "query", "description": "The SID of the [Dialogue](https://www.twilio.com/docs/autopilot/api/dialogue)." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateQuery", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Queries", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateRestoreAssistant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/Restore", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchSample", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resource to create." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Sample resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateSample", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to update." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Sample resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteSample", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Sample resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListSample", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resources to read." }, { "name": "Language", "value": "", "type": "query", "description": "The [ISO language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used for the sample. For example: `en-US`." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateSample", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resource to create." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchStyleSheet", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/StyleSheet", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns Style sheet JSON object for the Assistant" }, { "info": { "name": "UpdateStyleSheet", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/StyleSheet", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the style sheet for an Assistant identified by `assistant_sid`." }, { "info": { "name": "FetchTask", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Task resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateTask", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Task resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Task resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListTask", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateTask", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchTaskActions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to fetch were defined." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) for which the task actions to fetch were defined." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns JSON actions for the Task." }, { "info": { "name": "UpdateTaskActions", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to update were defined." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) for which the task actions to update were defined." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}." }, { "info": { "name": "FetchTaskStatistics", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Tasks/:TaskSid/Statistics", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) that is associated with the resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Webhooks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Webhooks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Webhooks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Webhooks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Assistants/:AssistantSid/Webhooks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }