v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

get/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}

Path parameters

AssistantSidstring required

The SID of the Assistant that is the parent of the FieldType associated with the resource to fetch.

FieldTypeSidstring required

The SID of the Field Type associated with the Field Value to fetch.

Sidstring required

The Twilio-provided string that uniquely identifies the FieldValue resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the FieldValue resource.

assistant_sidstring nullable

The SID of the Assistant that is the parent of the FieldType associated with the resource.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

field_type_sidstring nullable

The SID of the Field Type associated with the Field Value.

languagestring nullable

The ISO language-country tag that specifies the language of the value. Currently supported tags: en-US

sidstring nullable

The unique string that we created to identify the FieldValue resource.

synonym_ofstring nullable

The word for which the field value is a synonym of.

urlstring uri nullable

The absolute URL of the FieldValue resource.

valuestring nullable

The Field Value data.