Webex Workspace Locations API is one of 178 APIs that Webex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Workspace Locations. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
10 operations
across 4 paths,
and defines 9 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.0.
10 operations4 paths9 schemas2 DELETE4 GET2 POST2 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.0
API Version
1.0.0
Authentication
OAuth 2.0, HTTP Bearer, OAuth 2.0
Resource Areas
1
Authentication & Security 3
Webex Workspace Locations API declares
3 security schemes
for authenticating requests.
It supports OAuth 2.0 (oauth2) using the authorizationCode flow.
It accepts HTTP bearer tokens (JWT) (bearer-key).
It supports OAuth 2.0 (bearerAuth) using the authorizationCode flow, exposing 1 scope.
Across 4 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Workspace Locations 10
GET
/workspaceLocationsdeprecated
List Workspace Locations
List Workspace Locations5 params→ 200400401403404405409410
POST
/workspaceLocationsdeprecated
Create a Workspace Location
Create a Workspace Locationbody→ 201400401403404405409410
GET
/workspaceLocations/{locationId}deprecated
Get a Workspace Location Details
Get a Workspace Location Details1 param→ 200400401403404405409410
PUT
/workspaceLocations/{locationId}deprecated
Update a Workspace Location
Update a Workspace Location1 parambody→ 200400401403404405409410
DELETE
/workspaceLocations/{locationId}deprecated
Delete a Workspace Location
Delete a Workspace Location1 param→ 204400401403404405409410
GET
/workspaceLocations/{locationId}/floorsdeprecated
List Workspace Location Floors
List Workspace Location Floors1 param→ 200400401403404405409410
POST
/workspaceLocations/{locationId}/floorsdeprecated
Create a Workspace Location Floor
Create a Workspace Location Floor1 parambody→ 201400401403404405409410
Delete a Workspace Location Floor2 params→ 204400401403404405409410
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Location (9 properties), WorkspaceLocationsUpdateRequest (8 properties), WorkspaceLocationsCreationRequest (7 properties), Floor (4 properties). Each schema is shown below with its type and property counts.
Location
object
9 properties4 required
WorkspaceLocationFloorsCreationRequest
object
2 properties1 required
WorkspaceLocationsCollectionResponse
object
1 property
WorkspaceLocationsCreationRequest
object
7 properties5 required
WorkspaceLocationFloorsCollectionResponse
object
1 property
WorkspaceLocationsUpdateRequest
object
8 properties5 required
FloorUpdated
object
4 properties1 required
Floor
object
4 properties1 required
WorkspaceLocationFloorsUpdateRequest
object
2 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.