> For the complete documentation index, see [llms.txt](https://docs.transactionlink.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transactionlink.io/docs/v1/integrations/transparenzregister/beneficial-owners/get-documents.md).

# Get documents

Get specific documents for given company

### Input

User needs to provide `documentOrderId` and `documentIds` to download specific set of documents

<table><thead><tr><th width="218">Attribute</th><th width="171">Type</th><th>Description</th></tr></thead><tbody><tr><td>documentOrderId</td><td>String</td><td>Document order id</td></tr><tr><td>documentIds</td><td>Array of Strings</td><td>Document ids to download</td></tr><tr><td>password</td><td>String</td><td>API access password</td></tr><tr><td>email</td><td>String</td><td>API access email</td></tr><tr><td>apiKey</td><td>String </td><td>API key</td></tr></tbody></table>

### Output

**Documents**

<table><thead><tr><th width="286">Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>uboPdf</td><td>Object</td><td>Information about beneficial owners in PDF format</td></tr><tr><td>uboSvg</td><td>Object</td><td>Information about beneficial owners in SVG format</td></tr><tr><td>uboJson</td><td>Object</td><td>Information about beneficial owners in JSON format</td></tr></tbody></table>

**Document**&#x20;

<table><thead><tr><th width="248">Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>resourceId</td><td>String</td><td>The ID of the resource.</td></tr><tr><td>resourcePath</td><td>String</td><td>The path of the resource.</td></tr><tr><td>resourceName</td><td>String</td><td>The name of the resource.</td></tr></tbody></table>

```json

{
    "transparenzregister": {
        "uboPdf": {
            "resourceId": "e64291e8-e6e1-4877-a02e-648893d179e9",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e64291e8-e6e1-4877-a02e-648893d179e9/RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf",
            "resourceName": "RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf"
        },
        "uboSvg": {
            "resourceId": "b247954b-2805-44f5-a7c3-8309cec1641e",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b247954b-2805-44f5-a7c3-8309cec1641e/RP-Kaiserslautern_HRB_3284+CD-20240409160228.svg",
            "resourceName": "RP-Kaiserslautern_HRB_3284+CD-20240409160228.svg"
        },
        "uboJson": {
            "resourceId": "03861c7e-12b9-45a8-bcd6-b0967ca18480",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/03861c7e-12b9-45a8-bcd6-b0967ca18480/RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.json",
            "resourceName": "RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.json"
        }
    }
}
```
