Projects
Projects — 13 endpoints.
Get all projects with filtering
GET /projects
Create a new project
POST /projects
Get project by ID
GET /projects/id
Update project
PATCH /projects/id
Delete project
DELETE /projects/id
Get project with full details
GET /projects/id/details
Get project documents
GET /projects/id/documents
Link document to project
POST /projects/id/documents
Unlink document from project
DELETE /projects/id/documents/documentId
Get project attachments
GET /projects/id/attachments
Add attachment to project
POST /projects/id/attachments
Remove attachment from project
DELETE /projects/id/attachments/attachmentId
Get project statistics
GET /projects/id/stats

