Interface: IDocumentManagementGetRequest
Request to get a document from an auditable item graph vertex.
Properties
headers?
optionalheaders?:object
The headers which can be used to determine the response data type.
accept
accept:
"application/json"|"application/ld+json"
pathParams
pathParams:
object
The path parameters.
auditableItemGraphDocumentId
auditableItemGraphDocumentId:
string
The full id of the document to get.
query?
optionalquery?:object
The query parameters.
includeBlobStorageMetadata?
optionalincludeBlobStorageMetadata?:string
Include the blob storage metadata in the response.
Default
false
includeBlobStorageData?
optionalincludeBlobStorageData?:string
Include the blob storage data in the response.
Default
false
includeAttestation?
optionalincludeAttestation?:string
Include the attestation information in the response.
Default
false
includeRemoved?
optionalincludeRemoved?:string
Include deleted documents in the response.
Default
false
extractRuleGroupId?
optionalextractRuleGroupId?:string
If provided will extract data from the document using the specified rule group id.
extractMimeType?
optionalextractMimeType?:string
By default extraction will auto detect the mime type of the document, this can be used to override the detection.
limit?
optionallimit?:string
PLimit the number of items to return, defaults to 1 so only most recent is returned.
Default
1
cursor?
optionalcursor?:string
The cursor to get the next chunk of revisions.