Projects

[Deprecated] Get project metadata

Deprecated in favor of Get folder metadata. Get metadata for a project (now called a "folder").

get/v1/projects/{project_id}/meta

Path parameters

project_idstring required

ID of the project to get metadata for.

Response

Response from the GET /v1/projects/{project_id}/meta endpoint.

idstring required

The unique identifier of the project.

namestring required

The name of the project.

thumbnail_urlstring nullable required

A URL to a thumbnail image of the project. May be null if the project has no files.

file_countinteger required

The number of files in the project.

updated_atstring date-time required

The UTC ISO 8601 time at which the project was last updated.

created_atstring date-time required

The UTC ISO 8601 time at which the project was created.

Changes