Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Return all unique Seat ID’s for a particular license.
Parameters
| Parameter | Description |
|---|
| ID | License ID (not name) to retrieve seats for. |
Example Output
{
"total": 7,
"rows": [
{
"id": 107,
"license_id": 8,
"assigned_user": null,
"assigned_asset": null,
"location": null,
"reassignable": true,
"notes": "<string>",
"user_can_checkout": true,
"name": "<string>",
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
},
{
"id": 78,
"license_id": 11,
"assigned_user": null,
"assigned_asset": null,
"location": null,
"reassignable": true,
"notes": "<string>",
"user_can_checkout": true,
"name": "<string>",
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
}
]
}
Workflow Library Example
Get License Seats with Snipe It and Send Results Via Email