List digital signage contents
GET
/rooms/digital_signage
Rooms
You can also access this information by logging into your Zoom account in the Zoom web portal and visiting the Digital Signage Content page listed under Room Management.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/rooms/digital_signage'
响应示例响应示例
200 - response
{
"contents": [
{
"id": "sWbbbb535LQ",
"name": "Marketing_Folder"
},
{
"id": "9N333khdhfgiafg",
"name": "BackgroundImage.png"
}
],
"next_page_token": "",
"page_size": 30,
"total_records": 2
}
请求参数
Query 参数
type
string
可选
content
: Returns information about content files.folder
: Returns information about the folder where the content files are located.folder_id
string
可选
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可 选
返回响应
修改于 2024-04-24 09:06:48