Developing Applications for Cisco Webex and Webex Devices (DEVWBX) — Question 6
Which two filters are valid for limiting a webhook? (Choose two.)
Answer options
- A. roomId=<roomId>
- B. personId!=<personId>
- C. spaceId=<spaceId>
- D. personId=<personId>$spaceId=<spaceId>
- E. personId=<personId>$roomId=<roomId>
Correct answer: A, B
Explanation
The correct answers are A and B because 'roomId=<roomId>' and 'personId!=<personId>' are valid filters used to specify conditions in webhook events. Options C, D, and E are not valid filters as they either include unsupported syntax or do not conform to the expected filter format.