Skip to main content
Projects are containers for all documents related to a specific construction project. Create one project per building, site, or job to keep drawings organized.

Endpoints

MethodEndpointDescription
POST/projectsCreate a project
GET/projectsList projects
GET/projects/{id}Get project details
PATCH/projects/{id}Update a project
DELETE/projects/{id}Delete a project

Project Object

FieldTypeDescription
idstringUnique identifier (e.g., prj_01JABCD123)
organization_idstringParent Organization
namestringProject name
descriptionstringOptional description
created_atdatetimeCreation timestamp
updated_atdatetimeLast modification timestamp