Skip to content

Authority REST API - Asset Controller

The asset/bytype/<type> URL provides bulk management of Assets by Asset Type.

GET /asset/bytype/<type>

Retrieves all Assets of the given Asset Type.

ParameterDescription
typeA single URL-encoded Asset Type code.
ParameterExpectedDescription
appOptionalAn Application identifier. Will only return Assets with context data for this Application.
Can be specified multiple times to include additional Applications.
CodeStatusDescription
200SuccessContent is an array of Asset objects.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.