Return a listing of assets.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
SearchA text string to search the assets data for.

Advanced Parameters

ParameterDescription
LimitSpecify 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.
OffsetOffset to use.
OrderSpecify the order (asc or desc) you wish to order by on your sort column.
SortSpecify the column name you wish to sort by.

Example Output

{
	"total": 2968,
	"rows": [
		{
			"id": 138,
			"name": "<string>",
			"asset_tag": "<string>",
			"serial": "<string>",
			"model": {
				"id": 127,
				"name": "<string>"
			},
			"byod": false,
			"requestable": false,
			"model_number": null,
			"eol": null,
			"asset_eol_date": {
				"date": "2028-01-26",
				"formatted": "Wed Jan 26, 2028"
			},
			"status_label": {
				"id": 18,
				"name": "<string>",
				"status_type": "<string>",
				"status_meta": "<string>"
			},
			"category": {
				"id": 0,
				"name": "<string>"
			},
			"manufacturer": {
				"id": 0,
				"name": "<string>"
			},
			"supplier": {
				"id": 15,
				"name": "<string>"
			},
			"notes": null,
			"order_number": "<string>",
			"company": {
				"id": 2,
				"name": "<string>"
			},
			"location": {
				"id": 22,
				"name": "<string>"
			},
			"rtd_location": {
				"id": 6,
				"name": "<string>"
			},
			"image": null,
			"qr": null,
			"alt_barcode": "<string>",
			"assigned_to": {
				"id": 4917,
				"username": "<string>",
				"name": "<string>",
				"first_name": "<string>",
				"last_name": "<string>",
				"email": "<string>",
				"employee_number": null,
				"type": "<string>"
			},
			"warranty_months": "<string>",
			"warranty_expires": {
				"date": "2014-11-09",
				"formatted": "08/14/2017"
			},
			"created_by": {
				"id": 11,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"updated_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"last_audit_date": null,
			"next_audit_date": null,
			"deleted_at": null,
			"purchase_date": {
				"date": "2003-05-23",
				"formatted": "04/18/2005"
			},
			"age": "<string>",
			"last_checkout": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"last_checkin": null,
			"expected_checkin": null,
			"purchase_cost": null,
			"checkin_counter": 1,
			"checkout_counter": 2,
			"requests_counter": 2,
			"user_can_checkout": false,
			"book_value": null,
			"custom_fields": {},
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"restore": false,
				"update": true,
				"delete": false
			}
		},
		{
			"id": 3464,
			"name": "<string>",
			"asset_tag": "<string>",
			"serial": "<string>",
			"model": {
				"id": 258,
				"name": "<string>"
			},
			"byod": false,
			"requestable": false,
			"model_number": null,
			"eol": "<string>",
			"asset_eol_date": {
				"date": "2015-10-16",
				"formatted": "05/25/2001"
			},
			"status_label": {
				"id": 0,
				"name": "<string>",
				"status_type": "<string>",
				"status_meta": "<string>"
			},
			"category": {
				"id": 4,
				"name": "<string>"
			},
			"manufacturer": {
				"id": 2,
				"name": "<string>"
			},
			"supplier": {
				"id": 6,
				"name": "<string>"
			},
			"notes": null,
			"order_number": null,
			"company": {
				"id": 1,
				"name": "<string>"
			},
			"location": {
				"id": 22,
				"name": "<string>"
			},
			"rtd_location": {
				"id": 1,
				"name": "<string>"
			},
			"image": null,
			"qr": null,
			"alt_barcode": "<string>",
			"assigned_to": {
				"id": 3155,
				"username": "<string>",
				"name": "<string>",
				"first_name": "<string>",
				"last_name": "<string>",
				"email": "<string>",
				"employee_number": null,
				"type": "<string>"
			},
			"warranty_months": "<string>",
			"warranty_expires": {
				"date": "2006-09-07",
				"formatted": "08/11/2019"
			},
			"created_by": {
				"id": 2,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "2025-02-20 11:59:42",
				"formatted": "Thu Feb 20, 2025 11:59AM"
			},
			"updated_at": {
				"datetime": "2025-03-20 00:01:42",
				"formatted": "Thu Mar 20, 2025 12:01AM"
			},
			"last_audit_date": null,
			"next_audit_date": null,
			"deleted_at": null,
			"purchase_date": {
				"date": "2025-01-26",
				"formatted": "Sun Jan 26, 2025"
			},
			"age": "<string>",
			"last_checkout": {
				"datetime": "2025-03-14 09:24:14",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"last_checkin": null,
			"expected_checkin": null,
			"purchase_cost": null,
			"checkin_counter": 0,
			"checkout_counter": 1,
			"requests_counter": 1,
			"user_can_checkout": false,
			"book_value": null,
			"custom_fields": {},
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"restore": false,
				"update": true,
				"delete": false
			}
		}
	]
}

Workflow Library Example

List Hardware with Snipe It and Send Results Via Email

Preview this Workflow on desktop