Content Management API > Fieldset
List all fieldsets
Returns
Returns
an array of resource objects of type fieldset.
Examples
GET https://site-api.datocms.com/item-types/:model_id_or_api_key/fieldsets HTTP/1.1
Authorization: Bearer YOUR-API-TOKEN
curl -g 'https://site-api.datocms.com/item-types/:model_id_or_api_key/fieldsets' \
-H "Authorization: Bearer YOUR-API-TOKEN" \
-H "Accept: application/json" \
"https://site-api.datocms.com/item-types/:model_id_or_api_key/fieldsets",
Authorization: "Bearer YOUR-API-TOKEN",
Accept: "application/json",
Content-Type: application/json
Cache-Control: cache-control: max-age=0, private, must-revalidate
X-RateLimit-Remaining: 28
"id": "93Y1C2sySkG4Eg0atBRIwg",
"title": "SEO-related fields",
"hint": "Please fill in these fields!",
"id": "DxMaW10UQiCmZcuuA-IkkA"