Retrieving signed documents
Endpoint for fetching processed/signed eSign PDF documents
Requirements
eSignPDF element was set in putOrder and final status is 84 (see List of Status Codes for status details).
Method and URL
[GET] https://customer.identity.tm/api/2.10/getESignPDF/[OrderID]
[GET] https://customer.identity.tm/api/2.10/getESignPDF/[OrderID]/crypt
Variants
| Variant | Description |
|---|---|
| Default | Normal variant, response as described below |
| crypt | Encrypt response content using AES-256/GCM/NoPadding and a 23 byte long IV prefixed to the encrypted content. This variant can be used in combination with the other variants. |
Response Data
| Element | Parent | Type | Len | Occ | Description |
|---|---|---|---|---|---|
| PDFs | [ROOT] | A | Y | Array of documents | |
| Base64Data | PDFs | S | Y | Base64 encoded PDF data |
HTTP Codes
200 OK, JSON document in response body
400 Bad request, error description in body
401 Authentication failed, please check username and password
404 Order not found