{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Stations API", "version": "v2" }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "Unassigns the user assigned to this station", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/stations/:stationId/associateduser", "params": [ { "name": "stationId", "value": "", "type": "path", "description": "Station ID" } ] }, "docs": "Unassigns the user assigned to this station" }, { "info": { "name": "Get station.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/stations/:stationId", "params": [ { "name": "stationId", "value": "", "type": "path", "description": "Station ID" } ] }, "docs": "Get station." }, { "info": { "name": "Get the list of available stations.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/stations", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Page size" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number" }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort by" }, { "name": "name", "value": "", "type": "query", "description": "Name" }, { "name": "userSelectable", "value": "", "type": "query", "description": "True for stations that the user can select otherwise false" }, { "name": "webRtcUserId", "value": "", "type": "query", "description": "Filter for the webRtc station of the webRtcUserId" }, { "name": "id", "value": "", "type": "query", "description": "Comma separated list of stationIds" }, { "name": "lineAppearanceId", "value": "", "type": "query", "description": "lineAppearanceId" } ] }, "docs": "Get the list of available stations." } ] } ], "bundled": true }