Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAttention

Please note that this documentation and the links refer to the api v6. For more information please see the migration guide and the documentation related to v5.

...

If you authorize with the apiToken just add the apiToken in the header of the api call. Please see the next sample authorization (Bearer token):

KeyValue
"Authorization""Bearer asdfngtmvv8pfmsuaxpzz85zux3e63dd9zttrwitx9mln6qka6tds83du3p3lroe"

Please see the next sample authorization (api token):

KeyValue
"ApiToken""asdfngtmvv8pfmsuaxpzz85zux3e63dd9zttrwitx9mln6qka6tds83du3p3lroe"

...

Code Block
languagejava
themeEclipse
titleREST Response
{
    "SentDocumentsDocuments": [
        {
            "FileNameFileId": "test.pdfaf80f562-1234-1234-1234-ed28cfa74738",
            "PageSizesFileName": ["Test.pdf",
            "Attachments": [],
     {       "PageCount": 1,
            "WidthDocumentNumber": 612.0,1
        }
    ],
      "HeightAuditTrail": 792.0{
                }
            ]
        }
    ],
    "FinishedDocuments": [
        {
            "FileId": "806b89db-1234-1234-908b-4f2ba4ebd19e",
            "FileName": "test.pdf",
            "Attachments": []
        }
    ],
    "AuditTrail": {
        "FileId": "5e7b8aba-1234-1234-91f8-2c718bf913b1"FileId": "12340286-1234-1234-123-31c3512347b0",
        "XmlFileId": "a10a143881234c27-1234-1234-97991234-16ae3ce54c3774bd8012348b"
    },
    "DisclaimersLegalDocuments": []
}

To download a finished document you can call the function:

...