Slide assets
Retrieve a slide asset
Authorization
ApiKey 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/slide_assets/slide_asset_abc..."{ "id": "string", "object": "slide_asset", "organization": "string", "ppt_set": "string", "name": "string", "filename": "string", "content_type": "string", "size_bytes": 0, "asset_type": "string", "tags": [ "string" ], "searchable_text": "string", "uploaded_by": "string", "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z"}{ "error": {}}