Home
Webex
Webex Updateworkspace Example
Webex Updateworkspace Example
Calling Collaboration Communication Enterprise Messaging Video Conferencing
Webex Updateworkspace Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "updateWorkspace",
"method": "PUT",
"path": "/workspaces/{workspaceId}",
"summary": "Update a Workspace",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"displayName": "SFO-12 Capanina",
"locationId": "YL34GrT...",
"workspaceLocationId": "YL34GrT...",
"floorId": "Y2lzY29z...",
"capacity": 5,
"type": "focus",
"calendar": {
"type": "microsoft",
"emailAddress": "workspace@example.com",
"resourceGroupId": "Y2lzY29zcGFyazovL3VybjpURUFNOk5vcndheS9SRVNPVVJDRV9HUk9VUC9jOGFiMDJhNC01NjI5LTRiNTctOGUyNy03ZDZkZjJlN2YzNzA="
},
"calling": {
"type": "webexCalling",
"webexCalling": {
"phoneNumber": "+12145654032",
"extension": "28278",
"locationId": "Y2lzY29g4...",
"licenses": [
"Y2lzY29g4...1,Y2lzY29g4...2,Y2lzY29g4...n"
]
}
},
"notes": "this is a note",
"hotdeskingStatus": "on",
"deviceHostedMeetings": {
"enabled": true,
"siteUrl": "'example.webex.com'"
},
"indoorNavigation": {}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL1BMQUNFUy81MTAxQjA3Qi00RjhGLTRFRjctQjU2NS1EQjE5QzdCNzIzRjc",
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY",
"locationId": "YL34GrT...",
"workspaceLocationId": "YL34GrT...",
"floorId": "Y2lzY29z...",
"displayName": "SFO-12 Capanina",
"capacity": 5,
"sipAddress": "test_workspace_1@trialorg.room.ciscospark.com",
"created": "2016-04-21T17:00:00.000Z",
"calling": {
"type": "webexCalling",
"webexCalling": {
"licenses": [
"Y2lzY29z..."
]
}
},
"calendar": {
"type": "microsoft",
"emailAddress": "workspace@example.com"
},
"notes": "this is a note",
"supportedDevices": "collaborationDevices",
"devicePlatform": "cisco",
"indoorNavigation": {
"url": "https://example.com"
}
}
}
]
}