华为云会议 MEETING-查询会议纪要列表:响应参数
响应参数
参数 |
类型 |
描述 |
---|---|---|
count |
Integer |
总数量。 |
limit |
Integer |
每页显示的条目数量。 默认值:10。 |
offset |
Integer |
页面起始页,从0开始。 |
data |
Array of ListMeetingFileResponseDTO objects |
会议纪要列表。 |
参数 |
类型 |
描述 |
---|---|---|
fileCode |
String |
会议纪要文件码。 |
fileId |
String |
文件Id。 |
fileName |
String |
文件名。 |
fileSize |
Long |
文件大小,单位字节。 |
pdfFileId |
String |
pdf文件Id。 |
pdfFileName |
String |
pdf文件名。 |
pdfFileSize |
Long |
pdf文件大小,单位字节。 |
thumbnailFileId |
String |
缩略图文件Id。 |
thumbnailFileName |
String |
缩略图文件名。 |
thumbnailFileSize |
Long |
缩略图文件大小,单位字节。 |
topic |
String |
文件主题。 |
creationTimestamp |
Long |
文件创建时间戳。 |
userId |
String |
用户UUID。 |