300-920 · Question #13
Refer to the exhibit. A company uses Webex Teams extensively for communications involving customers, and want to enforce a consistent messaging policy. Which code completes line 20 to send a…
The correct answer is C. events?resource=messages. Option C (events?resource=messages) is correct because Webex Teams uses the Events API to enable compliance officers to monitor activities across an organization, and the resource=messages query parameter filters those events specifically to message activity - exactly what's…
Question
Exhibit
Options
- Aevents?resource=people
- Bcompliance?resource=messages
- Cevents?resource=messages
- Dcompliance?resource=people
How the community answered
(61 responses)- A10% (6)
- B2% (1)
- C84% (51)
- D5% (3)
Explanation
Option C (events?resource=messages) is correct because Webex Teams uses the Events API to enable compliance officers to monitor activities across an organization, and the resource=messages query parameter filters those events specifically to message activity - exactly what's needed to detect noncompliant messaging content.
Why the distractors are wrong:
- A (
events?resource=people) uses the correct endpoint but the wrong resource -peopletracks user/membership events, not message content, so it won't catch policy violations in messages. - B (
compliance?resource=messages) invents a non-existent endpoint; there is no/compliancepath in the Webex Teams REST API. - D (
compliance?resource=people) is doubly wrong - same fake endpoint, andpeopleis still the wrong resource for message compliance.
Memory tip: Think "Event the Message Cop" - the Events API is the compliance officer's tool, and you pair it with resource=messages because you're policing messages, not people. If you see a compliance/policy scenario, reach for events?resource=messages.
Topics
Community Discussion
No community discussion yet for this question.
