List Hardware
Return a listing of assets.
Basic Parameters
Parameter | Description |
---|---|
Return All Pages | Automatically fetch all resources, page by page. |
Search | A text string to search the assets data for. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Specify the number of results you wish to return. Defaults to 50, but we have it set to 2 by default so the API explorer doesn't scroll forever. |
Offset | Offset to use. |
Order | Specify the order (asc or desc) you wish to order by on your sort column. |
Sort | Specify the column name you wish to sort by. |
Example Output
{
"total": 1,
"rows": [
{
"id": 1,
"name": "Test Asset",
"asset_tag": "tag",
"serial": "serial-number",
"model": {
"id": 2,
"name": "model"
},
"byod": false,
"model_number": "1000",
"eol": null,
"status_label": {
"id": 2,
"name": "Ready to Deploy",
"status_type": "deployable",
"status_meta": "deployable"
},
"category": {
"id": 2,
"name": "basic"
},
"manufacturer": {
"id": 1,
"name": "manufacturer"
},
"supplier": null,
"notes": "my notes",
"order_number": "4",
"company": null,
"location": null,
"rtd_location": null,
"image": null,
"qr": null,
"alt_barcode": "https://example.com/uploads/barcodes/c128-tag.png",
"assigned_to": null,
"warranty_months": "50 months",
"warranty_expires": {
"date": "2027-03-10",
"formatted": "2027-03-10"
},
"created_at": {
"datetime": "2023-01-20 09:39:59",
"formatted": "2023-01-20 09:39 AM"
},
"updated_at": {
"datetime": "2023-01-20 09:39:59",
"formatted": "2023-01-20 09:39 AM"
},
"last_audit_date": null,
"next_audit_date": null,
"deleted_at": null,
"purchase_date": {
"date": "2023-01-10",
"formatted": "2023-01-10"
},
"age": "10d",
"last_checkout": null,
"expected_checkin": null,
"purchase_cost": "10,000.00",
"checkin_counter": 0,
"checkout_counter": 0,
"requests_counter": 0,
"user_can_checkout": true,
"custom_fields": {},
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"restore": false,
"update": true,
"delete": true
}
}
]
}
Workflow Library Example
List Hardware with Snipe It and Send Results Via Email
Preview this Workflow on desktop