Parameter | Description |
---|---|
ID | License ID (not name) to retrieve seats for. |
Seat ID | The unique Seat ID to retrieve. |
{
"id": 48,
"license_id": 8,
"assigned_user": null,
"assigned_asset": null,
"location": null,
"reassignable": true,
"notes": "<string>",
"user_can_checkout": true,
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": true
}
}
Was this page helpful?