Get Projects where User is a Collaborator
GET
https://api.frame.io/v2/projects/shared
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オプションデフォルト値
falseFilter 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
レスポンスヘッダー
linkstring
Pagination links
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デフォルト値
0archived_storageintegerデフォルト値
0collaborator_countintegerデフォルト値
0deleted_atstring
形式: "date-time"If deleted, when this Project was deleted
descriptionstring
file_countintegerデフォルト値
0folder_countintegerデフォルト値
0idstring
形式: "uuid"ignore_archivebooleanデフォルト値
falseinserted_atstring
形式: "date-time"When was this Project created
invite_urlstring
namestring
Name of this Project
owner_idstring
形式: "uuid"privatebooleanデフォルト値
falseproject_preferencesobject
read_onlybooleanデフォルト値
falseroot_assetobject
Accepts arbitrary key/value pairs for storing information on an asset
root_asset_idstring
形式: "uuid"sharedbooleanデフォルト値
falsestorageintegerデフォルト値
0teamobject
team_idstring
形式: "uuid"updated_atstring
形式: "date-time"user_permissionsobject
user_preferencesobject
watermarkobject
エラー
401
Unauthorized Error