Get License
Get details about an existing license.
Parameters
Parameter | Description |
---|---|
ID | The id (not name) of the license. |
Example Output
{
"id": 2,
"name": "test license",
"company": null,
"manufacturer": null,
"product_key": "product-key",
"order_number": "",
"purchase_order": "",
"purchase_date": null,
"termination_date": null,
"depreciation": null,
"purchase_cost": null,
"purchase_cost_numeric": null,
"notes": "this is a note",
"expiration_date": {
"date": "2023-01-20",
"formatted": "2023-01-20"
},
"seats": 55,
"free_seats_count": 55,
"license_name": "",
"license_email": "test@blinkops.com",
"reassignable": true,
"maintained": false,
"supplier": null,
"category": {
"id": 1,
"name": "Misc Software"
},
"created_at": {
"datetime": "2023-01-20 09:14:10",
"formatted": "2023-01-20 09:14 AM"
},
"updated_at": {
"datetime": "2023-01-20 09:14:10",
"formatted": "2023-01-20 09:14 AM"
},
"deleted_at": null,
"user_can_checkout": true,
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
}
Workflow Library Example
Get License with Snipe It and Send Results Via Email
Preview this Workflow on desktop