Skip to content

Authority REST API - Asset Controller

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

GET /asset/bytype

Retrieves all Assets of the given Asset Types.

ParameterExpectedDescription
typeOptionalAn Asset Type code. Can be specified multiple times to include additional Asset Types.
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.

POST /asset/bytype

Retrieves all Assets of the given Asset Types.

This is an alternative endpoint for providing more codes than the maximum URL length permits.

A JSON string array, listing the Asset Type codes to retrieve.

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.