# Fetch field value **GET /v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}** TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **AssistantSid** (string) 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. - **FieldTypeSid** (string) The SID of the Field Type associated with the Field Value to fetch. - **Sid** (string) The Twilio-provided string that uniquely identifies the FieldValue resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **assistant_sid** (string | null) The SID of the Assistant that is the parent of the FieldType associated with the resource - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **field_type_sid** (string | null) The SID of the Field Type associated with the Field Value - **language** (string | null) The ISO language-country tag that identifies the language of the value - **sid** (string | null) The unique string that identifies the resource - **synonym_of** (string | null) The word for which the field value is a synonym of - **url** (string(uri) | null) The absolute URL of the FieldValue resource - **value** (string | null) The Field Value data [Powered by Bump.sh](https://bump.sh)