获取次资产

获取指定资产的次元素。可用于获取审阅链接、版本堆栈、文件夹中的项目,还可用于包含用作文件夹封面的资产。

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

asset_idstring必需格式: "uuid"

查询参数

include_deletedboolean可选默认为 false

通过传递 true 来包含已删除的文件

includeenum可选

包含相关资源的额外“预加载”信息

允许的值:
sortenum可选

所返回资产列表的排序顺序。支持链式排序,例如 comment_count,id。也支持使用 - 进行倒序排序,例如 -comment_count,idfiletype,-id

pagedouble可选
The current page number in this Paginated Response
page_sizedouble可选
Number of pages in this Paginated Response

响应头

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

响应

Assets success response
object

错误

401
Unauthorized Error
404
Not Found Error