Document Uploads
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 · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/projects/{projectIdentifier}/document-uploadsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
namestring · nullableRequired
isCompletedbooleanRequired
Responses
200
OK
400
Bad Request
403
Forbidden
post
/projects/{projectIdentifier}/document-uploadsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the document upload record.
projectIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/projects/{projectIdentifier}/document-uploads/{objectIdentifier}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
200
OK
400
Bad Request
403
Forbidden
404
Not Found
patch
/projects/{projectIdentifier}/document-uploads/{objectIdentifier}Last updated
