Home
Webex
Webex Read Receptionist Client Settings For A Person Example
Webex Read Receptionist Client Settings For A Person Example
Calling Collaboration Communication Enterprise Messaging Video Conferencing
Webex Read Receptionist Client Settings For A Person 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": "Read Receptionist Client Settings for a Person",
"method": "GET",
"path": "/people/{personId}/features/reception",
"summary": "Read Receptionist Client Settings for a Person",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"receptionEnabled": true,
"monitoredMembers": [
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE",
"lastName": "Little",
"firstName": "Alice",
"displayName": "Alice Little",
"type": "PEOPLE",
"email": "alice@example.com",
"location": {
"name": "Paragville",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhjOWZkMjg1LTY1MDAtNDUxOC04NTZlLWViODM2YzY3NjFkOA"
},
"numbers": [
{
"external": "+19845551088",
"extension": "1088",
"routingPrefix": "1234",
"esn": "12341088",
"primary": true
}
]
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMTQzMzhkNS02YTdjLTRiZjYtOTFiMS0zYmM2ZWMzMGJiMTE",
"lastName": "Johnson",
"firstName": "Bob",
"displayName": "Bob Johnson",
"type": "PEOPLE",
"email": "bob@example.com",
"numbers": [
{
"external": "+198455501099",
"extension": "1099",
"routingPrefix": "1234",
"esn": "12341099",
"primary": true
}
]
},
{
"id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc3OGg",
"lastName": "Alice",
"firstName": "Smith",
"displayName": "AliceSmith",
"type": "VIRTUAL_LINE",
"numbers": [
{
"external": "+19075552859",
"extension": "8083",
"routingPrefix": "1234",
"esn": "12348083",
"primary": "true"
}
]
}
]
}
}
]
}