QuestionQ483
Using APIsRefer to the exhibit.

Drag the code snippets onto the Python-script blanks to list all rooms and use pagination to limit the results to five through the Cisco Webex API. Not every option is used.
Drag & Drop
{}
access-code
GET
POST
max=5
limit=5
Bearer
import requests url = "https://api.ciscospark.com/v1/rooms?" payload= headers = { 'Authorization': ' #fbhkvkfflijhiqfy?2878-vzojby-eavohjiavy-534c- 4556-9cf8-df9df90f516e' } response = requests.request("", url, headers=headers, data=payload) print(response.text)
Community Discussion