PPylon Developers
ApiOrganizer Templates

Get template

Returns template details.

GET
/api/organizer/v1/sites/templates/{templateId}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

templateId*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/organizer/v1/sites/templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "string",
  "description": null,
  "thumbnailUrl": null,
  "category": "string",
  "isSystemTemplate": true,
  "createdAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}