Documents
Authorizations
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
Maximum number of items to return (1-1000)
10cursorstringOptional
Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Responses
200
Successful response
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
/createDocumentsAuthorizations
Path parameters
idstringRequired
CreateDocumentProposal ID
Responses
200
Successful response
application/json
contentTypestringOptional
fileIDstringRequired
fileSizeinteger · int32Required
filenamestringOptional
isProposalExecutionFailedbooleanRead-onlyRequired
isProposalResolvedbooleanRead-onlyRequiredExample:
falseproposalExecutionErrorTextstringRead-onlyOptional
repositoryIDstring · uuidRequired
requestIDstring · uuidRead-onlyRequired
subjectIDstring · uuidRequired
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/createDocuments/{id}Authorizations
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
Maximum number of items to return (1-1000)
10cursorstringOptional
Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Responses
200
Successful response
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
/deleteDocumentsAuthorizations
Path parameters
idstringRequired
DeleteDocumentProposal ID
Responses
200
Successful response
application/json
idstring · uuidRequired
isProposalExecutionFailedbooleanRead-onlyRequired
isProposalResolvedbooleanRead-onlyRequiredExample:
falseproposalExecutionErrorTextstringRead-onlyOptional
repositoryIDstring · uuidRequired
requestIDstring · uuidRead-onlyRequired
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/deleteDocuments/{id}Last updated
Was this helpful?