Get Projects where User is a Collaborator

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

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

Paginated projects success response
archive_statusenum or null
Archival status for this Project
Allowed values:
archived_atstring or nullformat: "date-time"
When a Project was archived
archived_file_countinteger or nullDefaults to 0
archived_storageinteger or nullDefaults to 0
collaborator_countinteger or nullDefaults to 0
deleted_atstring or nullformat: "date-time"
If deleted, when this Project was deleted
descriptionstring or null
file_countinteger or nullDefaults to 0
folder_countinteger or nullDefaults to 0
idstring or nullformat: "uuid"
ignore_archiveboolean or nullDefaults to false
inserted_atstring or nullformat: "date-time"
When was this Project created
invite_urlstring or null
namestring or null
Name of this Project
owner_idstring or nullformat: "uuid"
privateboolean or nullDefaults to false
project_preferencesobject or null
read_onlyboolean or nullDefaults to false
root_assetobject or null

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

root_asset_idstring or nullformat: "uuid"
sharedboolean or nullDefaults to false
storageinteger or nullDefaults to 0
teamobject or null
team_idstring or nullformat: "uuid"
updated_atstring or nullformat: "date-time"
user_permissionsobject or null
user_preferencesobject or null
watermarkobject or null

Errors