Get a single decorator by ID

Returns a single decorator entry by its decorator ID.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

decoratorIdstringRequired
The ID of the decorator to fetch.

Response

The decorator entry

Errors

500
Internal Server Error