List Review Links in a project

List all the Review Links belonging to a Project

Authentication

AuthorizationBearer

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

Path parameters

project_idstringRequiredformat: "uuid"

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

ReviewLink success response
namestring
Name of the Review Link
access_controlobject
available_featuresobjectRead-only
allow_approvalsbooleanDefaults to true

Enable/disable changing an Asset’s status by non-Collaborator/Team Members via the Review Link.

current_version_onlybooleanDefaults to false

Show only the most recent version of Assets in the Review Link

deleted_atstringRead-onlyformat: "date-time"
Deletion time of the Review Link
enable_downloadingboolean
Enable or disable downloading on this Review Link. The default depends on whether the auth used to create this review link allows for this or not.
expires_atstringRead-onlyformat: "date-time"
Expiration time of the Review Link
enable_commentsbooleanDefaults to true
folder_item_countintegerRead-onlyDefaults to 0
is_activebooleanDefaults to true

Disable an Review Link by switching this from true -> false, and vice-versa.

notify_on_viewbooleanRead-onlyDefaults to true
passwordstring

Actually a passphrase, this is an additional security measure for a second layer of security on your Review Links.

Supports alphanumeric input.

has_passwordbooleanRead-onlyDefaults to false
If false, the Review Link has no passphrase
idstringRead-onlyformat: "uuid"
UUID of the Review Link
inserted_atstringRead-onlyformat: "date-time"
item_countintegerRead-onlyDefaults to 0
Number of items included at the root of the Review Link
itemslist of objectsRead-only
owner_idstringRead-onlyformat: "uuid"
project_idstringRead-onlyformat: "uuid"
reviewer_countintegerRead-onlyDefaults to 0
short_urlstringRead-only
ownerobject
User model
projectobject
teamobject
updated_atstringRead-onlyformat: "date-time"
view_countintegerRead-onlyDefaults to 0
watermark_user_inputstring
bundle_countintegerRead-onlyDefaults to 0Deprecated
is_autoplaybooleanRead-onlyDefaults to falseDeprecated

Errors

401
Unauthorized Error
404
Not Found Error