Webex Features: Operating Modes API is one of 178 APIs that Webex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Features: Operating Modes. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
11 operations
across 7 paths,
and defines 24 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.0.
11 operations7 paths24 schemas2 DELETE5 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 Features: Operating Modes 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 7 paths, the API surfaces 11 operations — 2 DELETE, 5 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Features: Operating Modes 11
GET
/telephony/config/operatingModes
Read the List of Operating Modes
Read the List of Operating Modes7 params→ 200400401403404405409410
GET
/telephony/config/operatingModes/{modeId}
Get Details for an Operating Mode
Get Details for an Operating Mode2 params→ 200400401403404405409410
PUT
/telephony/config/operatingModes/{modeId}
Modify an Operating Mode
Modify an Operating Mode2 paramsbody→ 204400401403404405409410
DELETE
/telephony/config/operatingModes/{modeId}
Delete an Operating Mode
Delete an Operating Mode2 params→ 204400401403404405409410
POST
/telephony/config/operatingModes/
Create an Operating Mode
Create an Operating Mode1 parambody→ 201400401403404405409410
Get Operating Mode Call Forward Available Phone Numbers
Get Operating Mode Call Forward Available Phone Numbers7 params→ 200400401403404405409410
Schemas 24
The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are OperatingModeGetObject (9 properties), OperatingModeCallForwardAvailableNumberObject (8 properties), OperatingModeHolidayGetObject (8 properties), OperatingModePostObject (8 properties). Each schema is shown below with its type and property counts.
OperatingModeCallForwarding
object
3 properties3 required
NumberOwnerType
string
PLACE - PSTN phone number's owner is a workspace. PEOPLE - PSTN phone number's owner is a person. VIRTUALLINE - PSTN phone number's owner is a Virtual Profile.…
ORGANIZATION - Specifies this operating mode is configured across the organization. LOCATION - Specifies this operating mode is configured across a location.
OperatingModeHolidayObject
object
7 properties4 required
LocationObject
object
2 properties2 required
OperatingModePatchObject
object
5 properties
OperatingModeRecurrenceObject
object
2 properties
OperatingModeScheduleTypeObject
string
SAMEHOURSDAILY - Specifies the operating mode is active during the same hours daily (i.e., same schedule for Monday to Friday, and Saturday to Sunday). DIFFERE…
OperatingModeListGetObject
object
6 properties5 required
OperatingModeHolidayPatchObject
object
7 properties
OperatingModeDayScheduleObject
object
4 properties4 required
OperatingModeHolidayGetObject
object
8 properties5 required
AvailableOperatingModesObject
object
2 properties2 required
OperatingModeGetObject
object
9 properties5 required
OperatingModeSameHoursDailyScheduleObject
object
2 properties2 required
STATE
string
ACTIVE - Phone number is in the active state. INACTIVE - Phone number is in the inactive state.
RecurYearlyByDateObject
object
2 properties2 required
OperatingModeHolidayPostRequestObject
object
7 properties4 required
TelephonyType
string
PSTNNUMBER - The object is a PSTN number.
RecurYearlyByDayObject
object
3 properties3 required
OperatingModePostObject
object
8 properties4 required
Specification
The full machine-readable OpenAPI contract behind this narrative.