Get the details of a specific asset by asset tag.
Parameter | Description |
---|---|
Serial | The serial number (not the ID) of the asset you’d like to query. |
{
"total": 1,
"rows": [
{
"id": 1,
"name": "<string>",
"asset_tag": "<string>",
"serial": "<string>",
"model": {
"id": 2,
"name": "<string>"
},
"byod": false,
"requestable": false,
"model_number": "<string>",
"eol": "<string>",
"asset_eol_date": {
"date": "2028-01-26",
"formatted": "Wed Jan 26, 2028"
},
"status_label": {
"id": 1,
"name": "<string>",
"status_type": "<string>",
"status_meta": "<string>"
},
"category": {
"id": 1,
"name": "<string>"
},
"manufacturer": null,
"supplier": {
"id": 2,
"name": "<string>"
},
"notes": "<string>",
"order_number": "<string>",
"company": null,
"location": {
"id": 11,
"name": "<string>"
},
"rtd_location": {
"id": 2,
"name": "<string>"
},
"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-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": null,
"last_checkin": null,
"expected_checkin": null,
"purchase_cost": "<string>",
"checkin_counter": 2,
"checkout_counter": 2,
"requests_counter": 1,
"user_can_checkout": true,
"book_value": "<string>",
"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
}
}
]
}
Get Hardware by Serial with Snipe It and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?