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)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
filter[account_id]stringOptional
format: "uuid"Filter projects to those belonging to the specified account
filter[archived]booleanOptionalDefaults to
falseFilter 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 headers
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
Response
Paginated projects success response
archive_statusenum
Archival status for this Project
Allowed values:
archived_atstring
format: "date-time"When a Project was archived
archived_file_countintegerDefaults to
0archived_storageintegerDefaults to
0collaborator_countintegerDefaults to
0deleted_atstring
format: "date-time"If deleted, when this Project was deleted
descriptionstring
file_countintegerDefaults to
0folder_countintegerDefaults to
0idstring
format: "uuid"ignore_archivebooleanDefaults to
falseinserted_atstring
format: "date-time"When was this Project created
invite_urlstring
namestring
Name of this Project
owner_idstring
format: "uuid"privatebooleanDefaults to
falseproject_preferencesobject
read_onlybooleanDefaults to
falseroot_assetobject
Accepts arbitrary key/value pairs for storing information on an asset
root_asset_idstring
format: "uuid"sharedbooleanDefaults to
falsestorageintegerDefaults to
0teamobject
team_idstring
format: "uuid"updated_atstring
format: "date-time"user_permissionsobject
user_preferencesobject
watermarkobject
Errors
401
Unauthorized Error