Fetch child Assets

Get child elements of a given asset. Can be used to get the items in a review link, version stack, folder, as well as including an asset to use on the cover of a folder.

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

asset_idstring必須形式: "uuid"

クエリパラメータ

include_deletedbooleanオプションデフォルト値 false

Include deleted files by passing true

includeenumオプション

Include additional “pre-loads” for related resources

許可された値:
sortenumオプション

The sorting order for the returned list of Assets. Supporting chaining like comment_count,id. Also supports reversing the order with - i.e. -comment_count,id or filetype,-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