Skip to main content

List Statuses

Retrieve a list of status labels.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
SearchString to search on.

Advanced Parameters

ParameterDescription
LimitNumber of records to return.
OffsetOffset to use when retrieving results (useful in pagination).
OrderSort order (asc or desc).
SortField to order by.

Example Output

{
"total": 1,
"rows": [
{
"id": 1,
"name": "Pending",
"type": "pending",
"color": null,
"show_in_nav": false,
"default_label": false,
"assets_count": 0,
"notes": "These assets are not yet ready to be deployed, usually because of configuration or waiting on parts.",
"created_at": null,
"updated_at": null,
"available_actions": {
"update": true,
"delete": true
}
}
]
}

Workflow Library Example

List Statuses with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop