Return all unique Seat ID’s for a particular license.
{ "total": 1, "rows": [ { "id": 110, "license_id": 2, "assigned_user": null, "assigned_asset": null, "location": null, "reassignable": true, "user_can_checkout": true, "name": "Seat 1", "available_actions": { "checkout": true, "checkin": true, "clone": true, "update": true, "delete": true } } ]}
Was this page helpful?