This endpoint is used for manipulating the Field nested FieldLookupStrings resource. Objects are always returned in a JSON format within an array. Empty results return an empty array.
The Fields nested FieldLookupString object takes on the following JSON object:
[
{
"display_order": "<int>",
"id": "<int>",
"value": "<string>"
}
]
This verb is used for retrieving resources, it is subject to the parameters mentioned in the overview and all fields mentioned above are searchable.
The following JSON parameters are available when updating a resource:
JSON Parameter | Allowed values |
---|---|
value | string |
display_order | integer |
The following JSON parameters are required when creating a resource:
JSON Parameter | Allowed values |
---|---|
value | string |
The resource can be deleted using this verb and including the id in the endpoint URL.