ListDocumentsRequest

The operation input is ListDocumentsRequest. The request requires a ListDocumentsRequest object containing a account identifier and content identifier as a parameter on the input.

ParameterTypeConstraintsDescription
ContentIdentifierstringRequiredA string of characters used to identify a system resource. In this implementation, the value should reflect the fully qualified URL used as the recipient of a response (the callback URI) after the document has been generated. The callback is submitted without security parameters.
AccountIdstringRequiredA unique identifier for the account associated with the request. This is assigned as part of an account's administration setup process.
IdentityIdstringRequiredAn identifier for the entity associated with the generated documents submitted on the transaction data.
ExternalKeystringOptionalAn identifier defined by the requesting application and passed as a string value. It is typically used to supply an identifier or reference value for a given request and is mapped to the RequestID.
RequestIDstringOptional A unique identifier for the submitted request. Often used for request tracking purposes.