An application is developed in order to communicate with Cisco Webex. For reporting, the application must retrieve all the messages sent to a Cisco Webex room on a monthly basis. Which action calls /v1/messages directly?
A.
Set up a webhook that has messages as the resource type and store the results locally.
B.
Utilize the pagination functionality by defining the max property.
C.
Recursively call the /v1/messages endpoint by using the beforeMessage property.
D.
Filter the response results by specifying the created property in the request.
I think that should be "before" - List messages sent before a date and time instead of using beforeMessage to avoid using an ID.
https://developer.webex.com/docs/api/v1/messages/list-messages
I am not sure How 'before' or 'beforeMessage' request parameters can assist to retrive messages on mounthly basis. So D can be correct - you can filter response by 'created' parameter
https://developer.webex.com/docs/api/v1/messages/list-messages
"beforeMessage" is one of the Query Parameters.
However "created" is the Response Properties only, you cannot use the "created" as a Query Parameters
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
designated
Highly Voted 1 year, 10 months agosamael666
Most Recent 3 days, 13 hours agoJoeSun
3 months, 3 weeks agoVincentVega
9 months, 2 weeks agoJoeSun
3 months, 3 weeks ago