Get the details of a specific asset.

Parameters

ParameterDescription
IDThe id (not the asset tag) of the asset you’d like to query.

Example Output

{
	"id": 1705,
	"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": 0,
		"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:15",
		"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": null,
	"last_checkin": null,
	"expected_checkin": null,
	"purchase_cost": null,
	"checkin_counter": 2,
	"checkout_counter": 1,
	"requests_counter": 0,
	"user_can_checkout": true,
	"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": true
	}
}

Workflow Library Example

Get Hardware with Snipe It and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop