Skip to main content

List Licenses

Return a listing of licenses.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
SearchA text string to search the assets data for.

Advanced Parameters

ParameterDescription
ExpandWhether to include detailed information on categories, etc (true) or just the text name (false).
LimitSpecify the number of results you wish to return.
OffsetOffset to use.
OrderSpecify the order (asc or desc) you wish to order by on your sort column.
SortSpecify the column name you wish to sort by.

Example Output

{
"total": 2,
"rows": [
{
"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

List Licenses with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop