List Statuses
Retrieve a list of status labels.
Basic Parameters
Parameter | Description |
---|---|
Return All Pages | Automatically fetch all resources, page by page. |
Search | String to search on. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Number of records to return. |
Offset | Offset to use when retrieving results (useful in pagination). |
Order | Sort order (asc or desc). |
Sort | Field 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
Preview this Workflow on desktop