ListDocumentsIn
The operation input is ListDocumentsIn. The request requires a ListDocumentsIn object containing a account identifier and content identifier as a parameter on the input.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| ContentIdentifier | string | Required | A 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. |
| AccountIdentifier | string | Required | A unique identifier for the account associated with the request. This is assigned as part of an account's administration setup process. |
| PassthroughIdentifier | string | Required | The PassThroughIdentifier is an optional user-defined generated parameter. This parameter is case-sensitive. The PassThroughIdentifier MUST be unique for each request. I |
| ExternalKey | string | Optional | An 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. |
| RequestID | string | Optional | A unique identifier for the submitted request. Often used for request tracking purposes. |