Skip to main content

Get Hardware Licenses

Get the licenses checked out to an asset.

Parameters

ParameterDescription
IDThe ID (not the asset tag) of the asset to query.

Example Output

{
"total": 1,
"rows": [
{
"id": 12,
"name": "new name",
"company": null,
"manufacturer": null,
"product_key": "myserial",
"order_number": "",
"purchase_order": "",
"purchase_date": null,
"termination_date": null,
"depreciation": null,
"purchase_cost": "100.00",
"purchase_cost_numeric": "100.00",
"notes": "new notes",
"expiration_date": null,
"seats": 15,
"free_seats_count": 0,
"license_name": "",
"license_email": "newlicense@blinkops.com",
"reassignable": true,
"maintained": false,
"supplier": null,
"category": {
"id": 1,
"name": "Misc Software"
},
"created_at": {
"datetime": "2023-01-21 16:13:59",
"formatted": "2023-01-21 04:13 PM"
},
"updated_at": {
"datetime": "2023-01-21 16:14:00",
"formatted": "2023-01-21 04:14 PM"
},
"deleted_at": null,
"user_can_checkout": false,
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
}
]
}

Workflow Library Example

Get Hardware Licenses with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop