Question 98 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 98 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

Sequence Diagram: WebEx Teams workflow for sending a message to multiple rooms a user is a
member of.

Storage Media

WebEx Teams Database

SELECT *

{GET} memberships(BearerToken)

| | FRC Rooms

WHERE BearerToken = StoredToken
Python Script: Parse <<}
JSON to specific room ID || _JSON<memberships> nS

1

Python Script: Repeat for

all valid rooms [SS

Body: roomID - XYZ UPDATE Rooms
Text - "Hello World” ‘SET New Message = BearerToken, Text

ms! | WHERE roomiD = roomlD
—— |

Refer to the exhibit.

Which action will complete the workflow that represents how an API call sends multiple messages?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.