Appearance
资料库
个人资料库
GET /file_chooses权限
- 需要认证
请求参数
| 字段 | 描述 | 例 |
|---|---|---|
| type | 要搜索的文件类型 | ppt |
| sourceFrom | 搜索文件类型 | my:来自上传、sharing:来自分享、public:公共资料 |
| filename | 文件名称 | 1 |
响应
json
{
"data": [
{
"id": "1206",
"globalId": "65dec2c552cf4dde98a14f6d86ea3e6a",
"targetId": "1183",
"targetType": "materiallib",
"filename": "1 团结就是力量--丝与线.pptx",
"ext": "pptx",
"fileSize": "197.09MB",
"length": "0",
"type": "ppt",
"usedCount": "3",
"createdTime": "2020-10-13T16:54:39+08:00"
}
],
"paging": {
"total": 1,
"offset": 0,
"limit": 10
}
}字段说明
| 字段 | 描述 | 类型 |
|---|---|---|
| id | ID | string |
| globalId | 文件资源ID | string |
| targetId | 文件所属ID | string |
| targetType | 文件所属类型(课程资源、资料库) | string |
| filename | 文件名称 | string |
| ext | 文件后缀 | string |
| length | 音视频长度 | string |
| type | 文件类型 | string |
| createdTime | 文件创建时间 | string |
| total | 总数 | int |
| offset | 分页当前开始数 | int |
| limit | 分页当前页结束数 | int |