ApiOrganizer Symbols
Get symbol
Returns a symbol with draft content.
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
symbolId*string
Format
uuidResponse Body
application/json
application/problem+json
curl -X GET "https://loading/api/organizer/v1/sites/symbols/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"scope": "string",
"siteId": null,
"status": "string",
"contentByLocale": {
"property1": "string",
"property2": "string"
},
"draftContentByLocale": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string"
}