Parameter | Description |
---|---|
ID | License ID (not name) to retrieve seats for. |
{
"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
}
}
]
}
Was this page helpful?