Get a list of assets checked out to the user.

Parameters

ParameterDescription
IDUser id.

Example Output

{
	"total": 0,
	"rows": [
		{
			"id": 436,
			"name": "<string>",
			"asset_tag": "<string>",
			"serial": "<string>",
			"model": {
				"id": 0,
				"name": "<string>"
			},
			"byod": false,
			"requestable": false,
			"model_number": "<string>",
			"eol": null,
			"asset_eol_date": null,
			"status_label": {
				"id": 2,
				"name": "<string>",
				"status_type": "<string>",
				"status_meta": "<string>"
			},
			"category": {
				"id": 1,
				"name": "<string>"
			},
			"manufacturer": {
				"id": 2,
				"name": "<string>"
			},
			"supplier": null,
			"notes": null,
			"order_number": null,
			"company": null,
			"location": null,
			"rtd_location": null,
			"image": "<string>",
			"qr": null,
			"alt_barcode": null,
			"assigned_to": null,
			"warranty_months": null,
			"warranty_expires": null,
			"created_by": {
				"id": 1,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "2025-04-01 22:14:15",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"updated_at": {
				"datetime": "2025-04-01 22:14:18",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"last_audit_date": null,
			"next_audit_date": null,
			"deleted_at": null,
			"purchase_date": null,
			"age": "<string>",
			"last_checkout": {
				"datetime": "2025-04-01 22:14:17",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"last_checkin": null,
			"expected_checkin": null,
			"purchase_cost": null,
			"checkin_counter": 1,
			"checkout_counter": 1,
			"requests_counter": 1,
			"user_can_checkout": false,
			"book_value": null,
			"custom_fields": {
				"RAM": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"CPU": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"MAC Address": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Encrypted": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Checkbox": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Radio": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				}
			},
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"restore": false,
				"update": true,
				"delete": false
			}
		}
	]
}

Workflow Library Example

Get User Assets with Snipe It and Send Results Via Email

Preview this Workflow on desktop