List all decorators for a tool
Returns all decorator entries associated with a given tool referenceId.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
referenceId
The referenceId of the tool to get decorators for.
Query parameters
skip
The number of results to skip for pagination.
limit
The maximum number of results to return.
Response
A list of decorators for the tool
Errors
500
Internal Server Error