Get Projects by Team

Fetch a paginated list of all Projects belonging to a Team

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

team_idstringRequiredformat: "uuid"

Query parameters

filter[archived]stringOptional

Add this query param with the value all to return both archived and non-archived projects

Response headers

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_atstringformat: "date-time"
When a Project was archived
archived_file_countintegerDefaults to 0
archived_storageintegerDefaults to 0
collaborator_countintegerDefaults to 0
deleted_atstringformat: "date-time"
If deleted, when this Project was deleted
descriptionstring
file_countintegerDefaults to 0
folder_countintegerDefaults to 0
idstringformat: "uuid"
ignore_archivebooleanDefaults to false
inserted_atstringformat: "date-time"
When was this Project created
invite_urlstring
namestring
Name of this Project
owner_idstringformat: "uuid"
privatebooleanDefaults to false
project_preferencesobject
read_onlybooleanDefaults to false
root_assetobject

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

root_asset_idstringformat: "uuid"
sharedbooleanDefaults to false
storageintegerDefaults to 0
teamobject
team_idstringformat: "uuid"
updated_atstringformat: "date-time"
user_permissionsobject
user_preferencesobject
watermarkobject

Errors

401
Unauthorized Error
404
Not Found Error