cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/assetStatuses \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
[ { "id": "<string>", "workspace_id": "<string>", "name": "<string>", "color": "<string>", "rank": "<string>", "created_by_user_id": "<string>" } ]
Retrieve a list of all asset statuses for the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of asset statuses
The response is of type object[].
object[]
Was this page helpful?