Question 6 of 60

Exam 300-920: Question 6 - Image 1
Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?
Answer

Suggested Answer

The suggested answer is A.

The Webex Teams REST API request that has generated this response body is GET /v1/rooms?sortBy=lastactivity. This is evident because the response includes rooms sorted by the 'lastActivity' property, indicating that the results are ordered based on the last activity date.

Community Votes4 votes
ASuggested
100%
Question 7 of 60

Exam 300-920: Question 7 - Image 1
Refer to the exhibit. A Webex Teams REST API response is shown with the HTTP Header missing. Which HTTP header expected in this response?
Answer

Suggested Answer

The suggested answer is B.

Community Votes

No votes yet

Join the discussion to cast yours

Question 8 of 60

Which two statements about Webex Teams refresh tokens are true? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, C.

The refresh token is important for security as it requires both the client ID and client secret to be of any use. Additionally, its main function is to generate a new access token when the current one expires, thus ensuring the user does not need to re-authenticate frequently.

Community Votes3 votes
ACSuggested
100%
Question 9 of 60

DRAG DROP -
Drag and drop the code to complete the JavaScript snippet so that it:
✑ retrieves the details of an individual user
✑ checks what licenses they have already
✑ updates their account with a new license
Options can be used more than once.
Select and Place:
Exam 300-920: Question 9 - Image 1
Answer

Suggested Answer

Exam 300-920: Question 9 - Image 2
Question 10 of 60

Exam 300-920: Question 10 - Image 1
Refer to the exhibit. What is the Webex Teams REST API HTTP response status code, based on this code snippet?
Answer

Suggested Answer

The suggested answer is C.

Community Votes

No votes yet

Join the discussion to cast yours