Document Uploads

Retrieves a paginated list of document upload records for the specified project.

get

Retrieves a paginated list of document upload records for the specified project, optionally filtered and sorted.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional

The page number to retrieve.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter document uploads.

sortinginteger · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
get
/projects/{projectIdentifier}/document-uploads

Creates a new document upload record for the specified project.

post

Creates a new document upload record for the specified project.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Body
namestring · nullableRequired
isCompletedbooleanRequired
Responses
post
/projects/{projectIdentifier}/document-uploads

Retrieves a document upload record by its object identifier.

get

Retrieves a document upload record by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the document upload record.

projectIdentifierstringRequired
Responses
get
/projects/{projectIdentifier}/document-uploads/{objectIdentifier}

Updates a document upload record by its object identifier.

patch

Updates a document upload record by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the document upload record to update.

projectIdentifierstringRequired
Body
namestring · nullableRequired
isCompletedbooleanRequired
Responses
patch
/projects/{projectIdentifier}/document-uploads/{objectIdentifier}

Last updated