Templates
List
This endpoint returns JSON structured like this:
{ "data": [ { "id": "e4bdb620-00c1-4d7d-9d26-f08c2e9dee09", "data": { "type": "field_group", "attributes": { ... } }, "meta": {
} }, { ... } ]}
This endpoint returns system templates of a certain type.
HTTP Request
GET /api/v1/templates?type=
URL Parameters
Parameter | Description | Specifics |
---|---|---|
type | Type of templates to retrieve | Must be set, Valid values are field_group |