DocumentationBlogSupport
Log inSign up
Log inSign up
BlogSupport
Build
Getting StartedPlatform Introduction
Embedded Apps
OverviewDeveloper GuideSubmission Checklist for Embedded Apps
Design Guidelines
MeetingsMessagingDevices
API Reference
BotsButtons and CardsIntegrationsLogin with WebexWidgetsGuest IssuerWebex ConnectInstant Connect Meeting LinksDeveloper SandboxSubmit Your AppSupport PolicyFAQs
APIs
XML API DeprecationGetting StartedREST API BasicsComplianceWebhooksWebex APIs
Admin
OverviewAdmin APIsAuthentication
Guides
Hybrid ServicesWebhooksReal-time File DLP Basics
Reference
Admin Audit EventsAuthorizationsEventsGroupsHistorical AnalyticsHybrid ClustersHybrid ConnectorsLicensesLocationsMeeting QualitiesOrganizationsPeopleRecording ReportRecordingsReport TemplatesReportsResource Group MembershipsResource GroupsRolesSession TypesSpace ClassificationsTracking CodesWebex Calling Organization SettingsWebex Calling Person SettingsWebex Calling Workspace SettingsWholesale Billing ReportsWorkspace Locations
GETList Workspace Locations
POSTCreate a Workspace Location
GETGet a Workspace Location Details
PUTUpdate a Workspace Location
DELETEDelete a Workspace Location
GETList Workspace Location Floors
POSTCreate a Workspace Location Floor
GETGet a Workspace Location Floor Details
PUTUpdate a Workspace Location Floor
DELETEDelete a Workspace Location Floor
Workspace MetricsWorkspaces
Calling
Overview
Guides
Integrations and AuthorizationWebex for BroadWorksWebex for WholesaleWholesale and Broadworks Common Guide
Reference
BroadWorks Billing ReportsBroadWorks Device ProvisioningBroadWorks EnterprisesBroadWorks SubscribersCall ControlsLocationsPeopleRecording ReportVideo MeshWebex Calling Detailed Call HistoryWebex Calling Organization SettingsWebex Calling Person SettingsWebex Calling Voice MessagingWebex Calling Workspace SettingsWholesale Billing ReportsWholesale CustomersWholesale Subscribers
Contact Center
Overview
Devices
Overview
Guides
DevicesWorkspace Integrations Guide
Reference
Device ConfigurationsDevicesWorkspace Locations
GETList Workspace Locations
POSTCreate a Workspace Location
GETGet a Workspace Location Details
PUTUpdate a Workspace Location
DELETEDelete a Workspace Location
GETList Workspace Location Floors
POSTCreate a Workspace Location Floor
GETGet a Workspace Location Floor Details
PUTUpdate a Workspace Location Floor
DELETEDelete a Workspace Location Floor
Workspace MetricsWorkspace PersonalizationWorkspacesxAPI
Meetings
Overview
Guides
Integrations and AuthorizationWebhooksWebinar GuideMeeting Resource Guide
Reference
Meeting ChatsMeeting Closed CaptionsMeeting InviteesMeeting MessagesMeeting ParticipantsMeeting PollsMeeting PreferencesMeeting Q and AMeeting QualitiesMeeting TranscriptsMeetingsMeetings Summary ReportPeopleRecording ReportRecordingsSession TypesTracking CodesVideo MeshWebhooks
Messaging
Overview
Guides
BotsIntegrations and AuthorizationWebhooksButtons and Cards
Reference
Attachment ActionsEventsMembershipsMessagesPeopleRoom TabsRoomsTeam MembershipsTeamsTracking CodesWebhooks
Webex Assistant Skills
Guides
Skills SDK GuideSkills Developer PortalSkills Reference GuideSkills UX Guide
Overview
FedRAMP
Overview
Guides
Create a BotCreate an IntegrationNotes on API Support
Full API Reference
Admin Audit EventsAttachment ActionsAuthorizationsBroadWorks Billing ReportsBroadWorks Device ProvisioningBroadWorks EnterprisesBroadWorks SubscribersCall ControlsDevice ConfigurationsDevicesEventsGroupsHistorical AnalyticsHybrid ClustersHybrid ConnectorsLicensesLocationsMeeting ChatsMeeting Closed CaptionsMeeting InviteesMeeting MessagesMeeting ParticipantsMeeting PollsMeeting PreferencesMeeting Q and AMeeting QualitiesMeeting TranscriptsMeetingsMeetings Summary ReportMembershipsMessagesOrganizationsPeopleRecording ReportRecordingsReport TemplatesReportsResource Group MembershipsResource GroupsRolesRoom TabsRoomsSession TypesSiteSpace ClassificationsTeam MembershipsTeamsTracking CodesVideo MeshWebex Calling Detailed Call HistoryWebex Calling Organization SettingsWebex Calling Person SettingsWebex Calling Voice MessagingWebex Calling Workspace SettingsWebhooksWholesale Billing ReportsWholesale CustomersWholesale SubscribersWorkspace Locations
GETList Workspace Locations
POSTCreate a Workspace Location
GETGet a Workspace Location Details
PUTUpdate a Workspace Location
DELETEDelete a Workspace Location
GETList Workspace Location Floors
POSTCreate a Workspace Location Floor
GETGet a Workspace Location Floor Details
PUTUpdate a Workspace Location Floor
DELETEDelete a Workspace Location Floor
Workspace MetricsWorkspace PersonalizationWorkspacesxAPI
API Changelog
SDKs
iOSAndroidBrowserNode.jsJava
Developer CommunityCertifications

Workspace Locations

A Workspace Location is a physical location with a name, address, country, city, latitude and longitude.

Viewing the list of locations in an organization requires an administrator auth token with the spark-admin:workspace_locations_read scope. Adding, updating, or deleting workspace locations in an organization requires an administrator auth token with the spark-admin:workspace_locations_write scope.

The Workspace Locations API can also be used by partner administrators acting as administrators of a different organization than their own. In those cases an orgId value must be supplied, as indicated in the reference documentation for the relevant endpoints.

Method
Description
GEThttps://webexapis.com/v1/workspaceLocations
List Workspace Locations
https://webexapis.com/v1/workspaceLocations
GETList Workspace Locations
POSThttps://webexapis.com/v1/workspaceLocations
Create a Workspace Location
https://webexapis.com/v1/workspaceLocations
POSTCreate a Workspace Location
GEThttps://webexapis.com/v1/workspaceLocations/{locationId}
Get a Workspace Location Details
https://webexapis.com/v1/workspaceLocations/{locationId}
GETGet a Workspace Location Details
PUThttps://webexapis.com/v1/workspaceLocations/{locationId}
Update a Workspace Location
https://webexapis.com/v1/workspaceLocations/{locationId}
PUTUpdate a Workspace Location
DELETEhttps://webexapis.com/v1/workspaceLocations/{locationId}
Delete a Workspace Location
https://webexapis.com/v1/workspaceLocations/{locationId}
DELETEDelete a Workspace Location
GEThttps://webexapis.com/v1/workspaceLocations/{locationId}/floors
List Workspace Location Floors
https://webexapis.com/v1/workspaceLocations/{locationId}/floors
GETList Workspace Location Floors
POSThttps://webexapis.com/v1/workspaceLocations/{locationId}/floors
Create a Workspace Location Floor
https://webexapis.com/v1/workspaceLocations/{locationId}/floors
POSTCreate a Workspace Location Floor
GEThttps://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
Get a Workspace Location Floor Details
https://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
GETGet a Workspace Location Floor Details
PUThttps://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
Update a Workspace Location Floor
https://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
PUTUpdate a Workspace Location Floor
DELETEhttps://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
Delete a Workspace Location Floor
https://webexapis.com/v1/workspaceLocations/{locationId}/floors/{floorId}
DELETEDelete a Workspace Location Floor

Connect

Support

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2023 Cisco and/or its affiliates. All rights reserved.