Webex · Example Payload
Webex Get Event Details Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Get Event Details 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": "Get Event Details",
"method": "GET",
"path": "/events/{eventId}",
"summary": "Get Event Details",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL0VWRU5UL2JiY2ViMWFkLTQzZjEtM2I1OC05MTQ3LWYxNGJiMGM0ZDE1NAo",
"resource": "messages",
"type": "created",
"appId": "null",
"actorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
"orgId": "OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
"created": "2016-05-16T21:34:59.324Z",
"data": {
"id": "Y2lzY29zcGFyazovL3VzL01FU1NBR0UvOTJkYjNiZTAtNDNiZC0xMWU2LThhZTktZGQ1YjNkZmM1NjVk",
"roomId": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
"roomType": "group",
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9jZTg2MWZiYS02ZTJmLTQ5ZjktOWE4NC1iMzU0MDA4ZmFjOWU",
"text": "PROJECT UPDATE - A new project plan has been published on Box: http://box.com/s/lf5vj. The PM for this project is Mike C. and the Engineering Manager is Jane W.",
"personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
"personEmail": "matt@example.com",
"meetingId": "16ce696f75844d24b2d4fab04b4419af_I_183979003076423608",
"creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82YWE2ZGE5OS0xYzdlLTQ4MWItODY3YS03MWY2NTIwNDk0MzM",
"transcriptionEnabled": "yes",
"recordingEnabled": "yes",
"hasPostMeetingsChat": "yes",
"corelationId": "fdda8613-d34b-424c-8c6a-44ff2e19379c",
"callType": "SIP_ENTERPRISE",
"userId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZjEwMTU1NC04ZGJjLTQyMmUtOGEzZC1kYTk1YTI3NWZlNzU",
"userType": "User",
"callDirection": "ORIGINTATING",
"isCallAnswered": "true",
"callDurationSeconds": "192",
"callStartTime": "2023-02-08T06:12:43.976Z",
"callAnswerTime": "2023-02-08T06:12:47.012Z",
"callTransferTime": "2023-02-08T06:15:19.112Z",
"callingNumber": "910481234",
"callingLineId": "211",
"calledNumber": "4089671221",
"calledLineId": "219",
"dialedDigits": "123",
"callRedirectingNumber": "",
"callRedirectedReason": "",
"created": "2016-05-16T21:34:59.324Z",
"type": "direct",
"breakoutSessionId": "d66a4a90-4f50-11ef-bc94-f5c71646dc71",
"recipients": [
{
"personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9lOGYwOTIwOC00ZjUxLTExZWYtOTQ4My1iYTA3NjE2MzY4NmQ",
"personEmail": "johndoe@simplistic.com",
"guestDisplayName": "John Wayne",
"guestEmail": "jwayne@mailinator.com"
}
]
}
}
}
]
}