Retrieves Individual Group Statuses

If you have configured statuses for assets in a group, this API call retreives all statuses and their values to write back in an object status for creating or updating.

Sample Response

{
    "statuses": [
        {
            "id": 264663,
            "name": "Available",
            "entity_id": 139256,
            "key": "active",
            "is_default": true,
            "default_for_listing": true
        },
        {
            "id": 264664,
            "name": "Assigned to Employee",
            "entity_id": 139256,
            "key": "checkout",
            "is_default": true,
            "default_for_listing": true
        },
        
            "id": 264670,
            "name": "Disposed",
            "entity_id": 139256,
            "key": "Disposed",
            "is_default": false,
            "default_for_listing": true
        },
        {
            "id": 273612,
            "name": "Deleted from Jamf",
            "entity_id": 139256,
            "key": "deleted_from_jamf",
            "is_default": false,
            "default_for_listing": true
        },
        {
            "id": 351406,
            "name": "Remote Workspace",
            "entity_id": 139256,
            "key": "Remote_Workspace",
            "is_default": false,
            "default_for_listing": true
        }
    ]
}

Parameters

KeyDescription
group_idgroup id for selected group

Authentication

KeyDescription
AuthorizationYour Bearer token.
Language
Click Try It! to start a request and see the response here!