Project Management

Operations for managing projects and project data

Fetch user documents

get

Retrieves a list of documents (jobs and projects) for the authenticated user. Returns job-based data with project information included.

Authorizations
AuthorizationstringRequired

JWT token for user session authentication.

Responses
chevron-right
200

Documents retrieved successfully

application/json
get
/fetchDocuments

Duplicate an existing project

post

Creates a copy of an existing project with all its settings and files

Authorizations
AuthorizationstringRequired

JWT token for user session authentication.

Body
projectIdstring · uuidRequired

ID of the project to duplicate

Responses
chevron-right
200

Project duplicated successfully

application/json
post
/duplicateProject

Star or unstar a document

post

Toggles the starred status of a document (job)

Authorizations
AuthorizationstringRequired

JWT token for user session authentication.

Body
jobIdstring · uuidRequired

ID of the job to star/unstar

Responses
chevron-right
200

Document starred/unstarred successfully

application/json
post
/starDocument

Last updated