Get items in a Review Link

Fetch the list of items (assets, folders, and version stacks) on a given Review Link

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Query parameters

includestringOptional

Response headers

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

Response

ReviewLinkItems success response
assetobjectOptional

Accepts arbitrary key/value pairs for storing information on an asset

asset_idstringOptionalformat: "uuid"
deleted_atstringOptionalformat: "date-time"
indexintegerOptional
inserted_atstringOptionalformat: "date-time"
updated_atstringOptionalformat: "date-time"

Errors

401
Unauthorized Error
404
Not Found Error