Fields
Retrieve a Field
Retrieves the details of a single field in a given collection.
get/fields/{collection}/{id}
Path parameters
collectionstring required
Unique identifier of the collection the item resides in.
idstring required
Unique identifier of the field.
Response
Successful request
Example response
{
"data": {
"collection": "about_us",
"field": "id"
}
}