Get Projects by Team

Fetch a paginated list of all Projects belonging to a Team

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

Paginated projects success response
archive_statusenum or null
Archival status for this Project
Allowed values:
archived_atstring or nullformat: "date-time"
When a Project was archived
archived_file_countinteger or nullDefaults to 0
archived_storageinteger or nullDefaults to 0
collaborator_countinteger or nullDefaults to 0
deleted_atstring or nullformat: "date-time"
If deleted, when this Project was deleted
descriptionstring or null
file_countinteger or nullDefaults to 0
folder_countinteger or nullDefaults to 0
idstring or nullformat: "uuid"
ignore_archiveboolean or nullDefaults to false
inserted_atstring or nullformat: "date-time"
When was this Project created
invite_urlstring or null
namestring or null
Name of this Project
owner_idstring or nullformat: "uuid"
privateboolean or nullDefaults to false
project_preferencesobject or null
read_onlyboolean or nullDefaults to false
root_assetobject or null

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

root_asset_idstring or nullformat: "uuid"
sharedboolean or nullDefaults to false
storageinteger or nullDefaults to 0
teamobject or null
team_idstring or nullformat: "uuid"
updated_atstring or nullformat: "date-time"
user_permissionsobject or null
user_preferencesobject or null
watermarkobject or null

Errors