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

referenceIdstringRequired
The referenceId of the tool to get decorators for.

Query parameters

skipintegerOptional
The number of results to skip for pagination.
limitintegerOptional
The maximum number of results to return.

Response

A list of decorators for the tool

Errors

500
Internal Server Error