Design Studio
Get a component
Returns a single component with its full content.
get/v1/design_studio/components/{id}
Path parameters
idstring uuid required
The UUID of the component.
Response
Successful response
Example response
{
"component": {
"id": "e89b-12d3",
"name": "Custom footer",
"tag": "custom-footer",
"parent_folder_id": "123e4567-e89b-12d3-a456-426614174000",
"created": 1773856017
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.