Obtenir les projets pour lesquels l’utilisateur est un collaborateur

Récupérer tous les projets pour lesquels un utilisateur dispose d’un accès en tant qu’utilisateur collaborateur (et non comme membre de l’équipe)

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"

Filtrer les projets pour n’inclure que ceux appartenant au compte spécifié

filter[archived]booleanOptionnelPar défaut false

Filtrer les projets par statut d’archivage

filter[name]stringOptionnel
Filtrer les projets par nom
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

Statut d’archivage de ce projet

archived_atstringformat: "date-time"

Moment où un projet a été archivé

archived_file_countintegerPar défaut 0
archived_storageintegerPar défaut 0
collaborator_countintegerPar défaut 0
deleted_atstringformat: "date-time"

Si supprimé, moment où le projet a été supprimé

descriptionstring
file_countintegerPar défaut 0
folder_countintegerPar défaut 0
idstringformat: "uuid"
ignore_archivebooleanPar défaut false
inserted_atstringformat: "date-time"

Quand ce projet a-t-il été créé ?

invite_urlstring
namestring
Nom du projet
owner_idstringformat: "uuid"
privatebooleanPar défaut false
project_preferencesobject
read_onlybooleanPar défaut false
root_assetobject

Accepte les paires clé/valeur arbitraires afin de stocker des informations concernant un 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