Documents

Operations for Documents

List Document creation proposals

get

List all createDocuments proposals. These are proposed changes to create new Document records that may be automatically approved or require manual approval depending on system configuration.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
chevron-right
200

Successful response

application/json
get
/createDocuments

Get Document creation proposal

get

Get details of a specific Document creation proposal by ID

Authorizations
Path parameters
idstringRequired

CreateDocumentProposal ID

Responses
chevron-right
200

Successful response

application/json
contentTypestringOptional
fileIDstringRequired
fileSizeinteger · int32Required
filenamestringOptional
isProposalExecutionFailedbooleanRead-onlyRequired
isProposalResolvedbooleanRead-onlyRequiredExample: false
proposalExecutionErrorTextstringRead-onlyOptional
repositoryIDstring · uuidRequired
requestIDstring · uuidRead-onlyRequired
subjectIDstring · uuidRequired
get
/createDocuments/{id}

List Document deletion proposals

get

List all deleteDocuments proposals. These are proposed changes to delete Document records that may be automatically approved or require manual approval depending on system configuration.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
chevron-right
200

Successful response

application/json
get
/deleteDocuments

Get Document deletion proposal

get

Get details of a specific Document deletion proposal by ID

Authorizations
Path parameters
idstringRequired

DeleteDocumentProposal ID

Responses
chevron-right
200

Successful response

application/json
idstring · uuidRequired
isProposalExecutionFailedbooleanRead-onlyRequired
isProposalResolvedbooleanRead-onlyRequiredExample: false
proposalExecutionErrorTextstringRead-onlyOptional
repositoryIDstring · uuidRequired
requestIDstring · uuidRead-onlyRequired
get
/deleteDocuments/{id}

Last updated

Was this helpful?