List projects
Retrieve all projects for your organization.Create a project
1
Send the create request
POST to
/api/projects with a name and optional description, notes, and date range.2
Receive the full project object
The response includes the generated
id and all fields set by the API, including orgId and creationDate. Save the id — you will need it when updating the project or creating project items.Update a project
Project updates use a full-object replacement. Include all fields you want to retain, not just the ones you are changing.Get a single project
Project items
List all project items
Get a single project item
Create a project item
Provide the item name and theprojectId of the parent project.
Update a project item
Use the item’sid to set its type, access mode, and location.
Project item updates replace the item’s editable fields (
name, type, accessType, location). The projectId and orgId are not modified by item updates.