Get Projects where User is a Collaborator

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

Authentification

AuthorizationBearer

Authentification bearer de la forme Bearer <token>, où token est votre jeton d’authentification.

Paramètres de requête

filter[account_id]stringOptionnelformat: "uuid"
Filter projects to those belonging to the specified account
filter[archived]booleanOptionnelPar défaut false
Filter projects by archival status
filter[name]stringOptionnel
Filter projects by name
pagedoubleOptionnel
The current page number in this Paginated Response
page_sizedoubleOptionnel
Number of pages in this Paginated Response

En-têtes de réponse

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

Réponse

Paginated projects success response
archive_statusenum
Archival status for this Project
archived_atstringformat: "date-time"
When a Project was archived
archived_file_countintegerPar défaut 0
archived_storageintegerPar défaut 0
collaborator_countintegerPar défaut 0
deleted_atstringformat: "date-time"
If deleted, when this Project was deleted
descriptionstring
file_countintegerPar défaut 0
folder_countintegerPar défaut 0
idstringformat: "uuid"
ignore_archivebooleanPar défaut false
inserted_atstringformat: "date-time"
When was this Project created
invite_urlstring
namestring
Name of this Project
owner_idstringformat: "uuid"
privatebooleanPar défaut false
project_preferencesobject
read_onlybooleanPar défaut false
root_assetobject

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

root_asset_idstringformat: "uuid"
sharedbooleanPar défaut false
storageintegerPar défaut 0
teamobject
team_idstringformat: "uuid"
updated_atstringformat: "date-time"
user_permissionsobject
user_preferencesobject
watermarkobject

Erreurs

401
Unauthorized Error