TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the resources to read.
GET
/v1/Assistants/{AssistantSid}/FieldTypes
curl \
--request GET 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/FieldTypes' \
--user "username:password"
Response examples (200)
{
"field_types": [
{
"account_sid": "string",
"assistant_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"friendly_name": "string",
"links": {},
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}