Skip to main content

Get User Assets

Get a list of assets checked out to the user.

Parameters

ParameterDescription
IDUser id.

Example Output

{
"total": 1,
"rows": [
{
"id": 2,
"name": "new hardware",
"asset_tag": "tag",
"serial": "serial",
"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": null,
"order_number": null,
"company": null,
"location": null,
"rtd_location": null,
"image": null,
"qr": null,
"alt_barcode": "http://example.com/uploads/barcodes/c128-tag.png",
"assigned_to": null,
"warranty_months": null,
"warranty_expires": null,
"created_at": {
"datetime": "2023-01-20 09:42:09",
"formatted": "2023-01-20 09:42 AM"
},
"updated_at": {
"datetime": "2023-01-21 15:59:08",
"formatted": "2023-01-21 03:59 PM"
},
"last_audit_date": null,
"next_audit_date": null,
"deleted_at": null,
"purchase_date": null,
"age": "",
"last_checkout": {
"datetime": "2023-01-21 15:59:08",
"formatted": "2023-01-21 03:59 PM"
},
"expected_checkin": null,
"purchase_cost": null,
"checkin_counter": 1,
"checkout_counter": 2,
"requests_counter": 0,
"user_can_checkout": false,
"custom_fields": {},
"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

Workflow LibraryPreview this Workflow on desktop