Get documents

Get specific documents for given company

Input

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

AttributeTypeDescription

documentOrderId

String

Document order id

documentIds

Array of Strings

Document ids to download

password

String

API access password

email

String

API access email

apiKey

String

API key

Output

Documents

FieldTypeDescription

uboPdf

Object

Information about beneficial owners in PDF format

uboSvg

Object

Information about beneficial owners in SVG format

uboJson

Object

Information about beneficial owners in JSON format

Document

FieldTypeDescription

resourceId

String

The ID of the resource.

resourcePath

String

The path of the resource.

resourceName

String

The name of the resource.


{
    "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"
        }
    }
}

Last updated