Skip to content

Authority REST API - Type Controller

The type URL provides bulk management of Asset Types.

GET /type

Retrieves all registered Asset Types.

CodeStatusDescription
200SuccessContent is an array of AssetType objects.

POST /type

Adds or updates multiple registered Asset Types simultaneously.

An array of AssetType objects to add or update.

CodeStatusDescription
204SuccessCompleted successfully.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.