Get Projects where User is a Collaborator

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

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

クエリパラメータ

filter[account_id]stringオプション形式: "uuid"
Filter projects to those belonging to the specified account
filter[archived]booleanオプションデフォルト値 false
Filter projects by archival status
filter[name]stringオプション
Filter projects by name
pagedoubleオプション
The current page number in this Paginated Response
page_sizedoubleオプション
Number of pages in this Paginated Response

レスポンスヘッダー

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

レスポンス

Paginated projects success response
archive_statusenum
Archival status for this Project
許可された値:
archived_atstring形式: "date-time"
When a Project was archived
archived_file_countintegerデフォルト値 0
archived_storageintegerデフォルト値 0
collaborator_countintegerデフォルト値 0
deleted_atstring形式: "date-time"
If deleted, when this Project was deleted
descriptionstring
file_countintegerデフォルト値 0
folder_countintegerデフォルト値 0
idstring形式: "uuid"
ignore_archivebooleanデフォルト値 false
inserted_atstring形式: "date-time"
When was this Project created
invite_urlstring
namestring
Name of this Project
owner_idstring形式: "uuid"
privatebooleanデフォルト値 false
project_preferencesobject
read_onlybooleanデフォルト値 false
root_assetobject

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

root_asset_idstring形式: "uuid"
sharedbooleanデフォルト値 false
storageintegerデフォルト値 0
teamobject
team_idstring形式: "uuid"
updated_atstring形式: "date-time"
user_permissionsobject
user_preferencesobject
watermarkobject

エラー

401
Unauthorized Error