Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost/api/component-groups/{componentGroup}
{ "data": { "id": "<string>", "type": "componentGroups", "attributes": { "id": 123, "name": "<string>", "order": 123, "created": { "human": "<string>", "string": "<string>" }, "updated": { "human": "<string>", "string": "<string>" } }, "relationships": { "components": { "data": [ { "type": "components", "id": "<string>" } ] } } } }
The component group ID
Available includes are components, componentsCount, componentsExists. You can include multiple options by separating them with a comma.
components
componentsCount
componentsExists
ComponentGroup
Show child attributes