{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Hot Desk API", "version": "1.0.0" }, "items": [ { "info": { "name": "Hot Desk", "type": "folder" }, "items": [ { "info": { "name": "List Sessions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hotdesk/sessions", "params": [ { "name": "orgId", "value": "Y2lzY29...", "type": "query", "description": "List sessions in this organization. Only admin users of another organization (such as partners) may use this parameter." }, { "name": "personId", "value": "YL34EmA...", "type": "query", "description": "List sessions for this person." }, { "name": "workspaceId", "value": "YL34EmB...", "type": "query", "description": "List sessions for this workspace." } ] }, "docs": "List hot desk sessions.\n\nUse query parameters to filter the response.\nThe `orgId` parameter is for use by partner administrators acting on a managed organization.\nThe `personId` and `workspaceId` parameters are optional and are used to filter the response to only include sessions for a specific person or workspace.\nWhen used together they are used as an AND filter." }, { "info": { "name": "Delete Session", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/hotdesk/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "Y2lzY29zcGFyazovL3VzL0hEU0VTU0lPTi9lZTY1NDQ5OC00OGU5LTQxMTItOWYxMi1lZmJiYTJkOTE4ZWV8MjAyNC0wNS0xMVQxMDowMDowMFo=", "type": "path", "description": "The unique identifier for the hot desk session." } ] }, "docs": "Delete a hot desk session." } ] } ], "bundled": true }