List digital signage contents

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: room:read:admin

Rate Limit Label : Medium

Request Params

| 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

{&quot;contents&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;}