Webex Features: Paging Group 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: Paging Group. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
6 operations
across 4 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.0.
6 operations4 paths12 schemas1 DELETE3 GET1 POST1 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: Paging Group 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 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Features: Paging Group 6
GET
/telephony/config/paging
Read the List of Paging Groups
Read the List of Paging Groups6 params→ 200400401403404405409410
POST
/telephony/config/locations/{locationId}/paging
Create a new Paging Group
Create a new Paging Group2 paramsbody→ 201400401403404405409410
Get Paging Group Primary Available Phone Numbers5 params→ 200400401403404405409410
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are GetPagingGroupObject (15 properties), UpdatePagingGroupObject (12 properties), PostPagingGroupObject (11 properties), ListPagingGroupObject (9 properties). Each schema is shown below with its type and property counts.
PagingGroupPrimaryAvailableNumberListGetObject
object
1 property1 required
GetPagingGroupAgentObject
object
8 properties4 required
GetPagingGroupObject
object
15 properties8 required
UpdatePagingGroupObject
object
12 properties
PagingGroupPrimaryAvailableNumberObject
object
6 properties6 required
DirectLineCallerIdNameObject
object
Settings for the direct line caller ID name to be shown for this workspace.
2 properties
PostPagingGroupObject
object
11 properties1 required
DirectLineCallerIdNameObjectForPut
object
Settings for the direct line caller ID name to be shown for this workspace.
2 properties
TelephonyType
string
PSTNNUMBER - The object is a PSTN number.
ListPagingGroupObject
object
9 properties5 required
SelectionObject
string
DISPLAYNAME - When this option is selected, displayName is to be shown for this workspace. CUSTOMNAME - When this option is selected, customName is to be shown…
STATE
string
ACTIVE - Phone number is in the active state. INACTIVE - Phone number is in the inactive state.
Specification
The full machine-readable OpenAPI contract behind this narrative.