Home
Webex
Webex Get Details For A Call Pickup Example
Webex Get Details For A Call Pickup Example
Calling Collaboration Communication Enterprise Messaging Video Conferencing
Webex Get Details For A Call Pickup 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": "Get Details for a Call Pickup",
"method": "GET",
"path": "/telephony/config/locations/{locationId}/callPickups/{callPickupId}",
"summary": "Get Details for a Call Pickup",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL0NBTExfUElDS1VQL1kyRnNiRkJwWTJ0MWNEST0",
"name": "South Alaska-Group",
"notificationType": "AUDIO_ONLY",
"notificationDelayTimerSeconds": 20,
"agents": [
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE2NmE",
"firstName": "John",
"lastName": "Brown",
"displayName": "johnBrown",
"type": "PEOPLE",
"email": "john.brown@example.com",
"numbers": [
{
"external": "+19075552859",
"extension": "8080",
"routingPrefix": "1234",
"esn": "12348080",
"primary": "true"
}
]
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc1MWQ",
"firstName": "Christian",
"lastName": "Smith",
"displayName": "ChristianS",
"type": "PEOPLE",
"email": "christians@example.com",
"numbers": [
{
"external": "+19075553859",
"extension": "8081",
"routingPrefix": "1234",
"esn": "12348080",
"primary": "true"
}
]
},
{
"id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc3OGg=",
"firstName": "Alice",
"lastName": "Smith",
"displayName": "AliceSmith",
"type": "VIRTUAL_LINE",
"numbers": [
{
"external": "+19075552859",
"extension": "8083",
"routingPrefix": "1234",
"esn": "12348080",
"primary": "true"
}
]
}
]
}
}
]
}