Webex · Example Payload

Webex Read Persons Calling Behavior Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Persons Calling Behavior 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

Raw ↑
{
  "operationId": "Read Person's Calling Behavior",
  "method": "GET",
  "path": "/people/{personId}/features/callingBehavior",
  "summary": "Read Person's Calling Behavior",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "behaviorType": null,
        "effectiveBehaviorType": "NATIVE_WEBEX_TEAMS_CALLING",
        "profileId": "Y2lzY29zcGFyazovL3VzL0NBTExJTkdfUFJPRklMRS9iMzdmMmZiYS0yZTdjLTExZWItYTM2OC1kYmU0Yjc2NzFmZTk"
      }
    }
  ]
}