Which REST API request is used to list all the Webex Room Kit devices within a large organization so
that a new custom In-Room Control can be deployed on all the devices?
The qs: option is required to list all roomkit devices. Product: ‘RoomKit’ is the correct option because
it will list all roomkit devices.
Question #2 (Topic: demo questions)
Which expression is a valid Webex Teams webhook filter?
A.
personEmail=person@example.com+roomId=abc123
B.
personEmail=person@example.com-roomId=abc123
C.
personEmail=person@example.com&roomId=abc123
D.
personEmail=person@example.com,roomId=abc123
Correct Answer: C
Explanation:
You can also use more than one filter in a webhook. To use multiple filters, combine them with the “&” symbol. For example, to create a webhook that only sends notifications when a specific person performs an action in a specific room, such as sending a message or creating a membership, combine the personEmail and roomId filters. Reference:
Question #3 (Topic: demo questions)
A developer must construct an HTTP Request to use the XML API to set a Personal Meeting Room PIN
for a given user.
Which code completes the code to create the request?