Get Projects where User is a Collaborator

Fetch all of the Projects that a User has Collaborator access to (not team-member)

Authentication

AuthorizationBearer

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

Query parameters

filter[account_id]stringOptionalformat: "uuid"
Filter projects to those belonging to the specified account
filter[archived]booleanOptionalDefaults to false
Filter projects by archival status
filter[name]stringOptional
Filter projects by name
pagedoubleOptional
The current page number in this Paginated Response
page_sizedoubleOptional
Number of pages in this Paginated Response

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

Paginated projects success response
archive_statusenumOptional
Archival status for this Project
archived_atstringOptionalformat: "date-time"
When a Project was archived
archived_file_countintegerOptionalDefaults to 0
archived_storageintegerOptionalDefaults to 0
collaborator_countintegerOptionalDefaults to 0
deleted_atstringOptionalformat: "date-time"
If deleted, when this Project was deleted
descriptionstringOptional
file_countintegerOptionalDefaults to 0
folder_countintegerOptionalDefaults to 0
idstringOptionalformat: "uuid"
ignore_archivebooleanOptionalDefaults to false
inserted_atstringOptionalformat: "date-time"
When was this Project created
invite_urlstringOptional
namestringOptional
Name of this Project
owner_idstringOptionalformat: "uuid"
privatebooleanOptionalDefaults to false
project_preferencesobjectOptional
read_onlybooleanOptionalDefaults to false
root_assetobjectOptional

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

root_asset_idstringOptionalformat: "uuid"
sharedbooleanOptionalDefaults to false
storageintegerOptionalDefaults to 0
teamobjectOptional
team_idstringOptionalformat: "uuid"
updated_atstringOptionalformat: "date-time"
user_permissionsobjectOptional
user_preferencesobjectOptional
watermarkobjectOptional

Errors

401
Unauthorized Error