listDigitalSignageContents.Rd
List information about existing Zoom Rooms digital signage https://support.zoom.us/hc/enus/articles/360000030683ZoomRoomsdigitalsignage content in a Zoom account. You can also access this information by logging into your Zoom account in the Zoom web portal and visiting the Digital Signage Content https://zoom.us/digitalsignage#/ page listed under **Room Management**.**Prerequisites:*** Pro or a higher account with Zoom Rooms.* Existing content files or folder in Digital Signage Content https://zoom.us/digitalsignage#/ page.
listDigitalSignageContents( type = NULL, folder_id = NULL, page_size = NULL, next_page_token = NULL, return_response = F )
type | Specify the type of digital signane 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 | 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 | The number of records returned within a single API call. |
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |