Webex · Example Payload
Webex Read The List Of Virtual Lines Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Read The List Of Virtual Lines 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
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "Read the List of Virtual Lines",
"method": "GET",
"path": "/telephony/config/virtualLines",
"summary": "Read the List of Virtual Lines",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"virtualLines": [
{
"id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfUFJPRklMRS84ZDRkMDNlYS03NTUzLTQ0NTgtYmI4OS02YzExNzgyMzA4OWY",
"lastName": "Smith",
"firstName": "Bob",
"callerIdLastName": "Smith",
"callerIdFirstName": "Bob",
"callerIdNumber": "+15558675311",
"externalCallerIdNamePolicy": "DIRECT_LINE",
"customExternalCallerIdName": "Bob",
"number": {
"external": "+15558675311",
"extension": "6103",
"routingPrefix": "1234",
"esn": "12346103",
"primary": true
},
"location": {
"name": "Denver",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhmZjMwMjg2LWVhMzMtNDc2Ny1iMTBmLWQ2MWIyNzFhMDVlZg"
},
"numberOfDevicesAssigned": 1,
"billingPlan": "BCOCP1"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfUFJPRklMRS81NjMzZjU4OS1iNDQ0LTQ4ODYtODVjNy02MDljYWY3M2U4YzU",
"lastName": "Smith",
"firstName": "Charlie",
"callerIdLastName": "Smith",
"callerIdFirstName": "Charlie",
"callerIdNumber": "+15558675312",
"externalCallerIdNamePolicy": "DIRECT_LINE",
"customExternalCallerIdName": "Charlie",
"number": {
"external": "+15558675312",
"extension": "6102",
"routingPrefix": "1234",
"esn": "12346102",
"primary": true
},
"location": {
"name": "Denver",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhmZjMwMjg2LWVhMzMtNDc2Ny1iMTBmLWQ2MWIyNzFhMDVlZg"
},
"numberOfDevicesAssigned": 3,
"billingPlan": "BCOCP1"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfUFJPRklMRS9iMTJhNTBiMi01N2NiLTQ0MzktYjc1MS1jZDQ4M2I4MjhmNmU",
"lastName": "Shen",
"firstName": "Tom",
"callerIdLastName": "Shen",
"callerIdFirstName": "Tom",
"callerIdNumber": "+15558675313",
"externalCallerIdNamePolicy": "DIRECT_LINE",
"customExternalCallerIdName": "Tom",
"number": {
"external": "+15558675313",
"extension": "6101",
"routingPrefix": "1234",
"esn": "12346101",
"primary": true
},
"location": {
"name": "Denver",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhmZjMwMjg2LWVhMzMtNDc2Ny1iMTBmLWQ2MWIyNzFhMDVlZg"
},
"numberOfDevicesAssigned": 0,
"billingPlan": "None"
}
]
}
}
]
}