ConsistlyAPI
PPT sets

Retrieve a ppt_set

GET
/ppt_sets/{id}
AuthorizationBearer <token>

Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/ppt_sets/ppt_set_abc..."
{  "id": "string",  "object": "ppt_set",  "organization": "string",  "parent_ppt_set": "string",  "name": "string",  "folder_key": "string",  "set_type": "string",  "description": "string",  "order_index": 0,  "created": "2019-08-24T14:15:22Z",  "updated": "2019-08-24T14:15:22Z"}
{  "error": {}}