GET {{baseUrl}}/rooms/digital_signage?type=<string>&folder_id=<string>&page_size=30&next_page_token=<string>
Use this API to return information about a Zoom account's Zoom Rooms digital signage content. You can also view this content in the Room Management section's Digital Signage Content tab in the Zoom web portal. Prerequisites:
* A Pro or a higher account with Zoom Rooms.
* Existing content in the Digital Signage Content tab. Scopes: Rate Limit Label: room:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
type
|
string | Specify the type of digital signage resource. The value can be one of the following: * `content`: Returns information about content files. * `folder`: Returns information about the folder where the content files are located. | |
folder_id
|
string | Unique identifier of the folder where the content is located. Provide this field if you would like to filter the response by contents that are only available in a specific folder. | |
page_size
|
number | The number of records returned within a single API call. | |
next_page_token
|
string | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"contents": [
{
"id": "<string>",
"name": "<string>"
},
{
"id": "<string>",
"name": "<string>"
}
],
"next_page_token": "<string>",
"page_size": "<integer>"
} |
ENDPOINTS