> 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/infocamere/company-profile/get-documents.md).

# Get documents

Getting specified set of documents for given company

### Input

User needs to provide trade board, nrea and specified set of documents

<table><thead><tr><th width="167">Attribute</th><th width="78">Type</th><th>Description</th></tr></thead><tbody><tr><td>nRea</td><td>String</td><td>Registro delle Imprese (REA) number.</td></tr><tr><td>tradeBoards</td><td>String</td><td>Code of Italian Chambers of Commerce  </td></tr><tr><td>documentTypes</td><td>Array</td><td><p>Specified set of documents to download (max: 20)<br></p><p>Possible values:</p><ul><li><code>Activities, registers, roles, and licenses</code></li><li><code>Company report in English</code></li><li><code>Administrators</code></li><li><code>Holders of other positions or qualifications</code></li><li><code>Capital and financial instruments</code></li><li><code>Companies or controlling entities</code></li><li><code>Historical list of companies or controlling entities</code></li><li><code>Constituent information</code></li><li><code>Asset information block</code></li><li><code>Participations in other companies</code></li><li><code>History of participations in other companies</code></li><li><code>Information from social agreements</code></li><li><code>Dissolution, bankruptcy procedures, cancellation</code> </li><li><code>Shareholders and holders of other positions or qualifications</code></li><li><code>Practices in instruction</code></li><li><code>Protocol check for monitoring</code></li><li><code>History of share transfers</code></li><li><code>Directors, members of control bodies</code></li><li><code>Shareholders and holders of rights on shares or stocks</code></li><li><code>Company sheet requested with date of deed</code></li><li><code>Information from statute</code></li><li><code>History of modifications</code></li><li><code>Headquarters and local units</code></li><li><code>Business transfers, mergers, splits, takeovers</code></li><li><code>Ordinary search</code></li><li><code>Historical search</code></li><li><code>Current file</code></li><li><code>Historical file</code></li><li><code>Historical information about shareholders and holders of rights on shares or stocks</code></li></ul></td></tr></tbody></table>

### Output

**Documents**

<table><thead><tr><th width="263">Attribute</th><th width="81">Type</th><th>Description</th></tr></thead><tbody><tr><td>activities</td><td>object</td><td>Details about the activities document.</td></tr><tr><td>administrators</td><td>object</td><td>Details about the administrators document.</td></tr><tr><td>otherPositions</td><td>object</td><td>Details about the other positions document.</td></tr><tr><td>capitalInstruments</td><td>object</td><td>Details about the capital instruments document.</td></tr><tr><td>controllingEntities</td><td>object</td><td>Details about the controlling entities document.</td></tr><tr><td>historicalControllingEntities</td><td>object</td><td>Details about the historical controlling entities document.</td></tr><tr><td>constituentInformation</td><td>object</td><td>Details about the constituent information document.</td></tr><tr><td>assetInformation</td><td>object</td><td>Details about the asset information document.</td></tr><tr><td>participations</td><td>object</td><td>Details about the participations document.</td></tr><tr><td>historicalParticipations</td><td>object</td><td>Details about the historical participations document.</td></tr><tr><td>socialAgreements</td><td>object</td><td>Details about the social agreements document.</td></tr><tr><td>dissolutionProcedures</td><td>object</td><td>Details about the dissolution procedures document.</td></tr><tr><td>shareholders</td><td>object</td><td>Details about the shareholders document.</td></tr><tr><td>instructionPractices</td><td>object</td><td>Details about the instruction practices document.</td></tr><tr><td>protocolCheck</td><td>object</td><td>Details about the protocol check document.</td></tr><tr><td>shareTransfers</td><td>object</td><td>Details about the share transfers document.</td></tr><tr><td>directorsControlBodies</td><td>object</td><td>Details about the directors control bodies document.</td></tr><tr><td>shareholdersRights</td><td>object</td><td>Details about the shareholders rights document.</td></tr><tr><td>companySheet</td><td>object</td><td>Details about the company sheet document.</td></tr><tr><td>statuteInformation</td><td>object</td><td>Details about the statute information document.</td></tr><tr><td>modificationHistory</td><td>object</td><td>Details about the modification history document.</td></tr><tr><td>businessTransfers</td><td>object</td><td>Details about the business transfers document.</td></tr><tr><td>ordinarySearch</td><td>object</td><td>Details about the ordinary search document.</td></tr><tr><td>historicalSearch</td><td>object</td><td>Details about the historical search document.</td></tr><tr><td>currentFile</td><td>object</td><td>Details about the current file document.</td></tr><tr><td>historicalFile</td><td>object</td><td>Details about the historical file document.</td></tr><tr><td>historicalShareholdersRights</td><td>object</td><td>Details about the historical shareholders rights document.</td></tr></tbody></table>

\
**Document**

| Attribute    | Type   | Description                         |
| ------------ | ------ | ----------------------------------- |
| resourceId   | string | Unique identifier for the resource. |
| resourcePath | string | Path to the resource file.          |
| resourceName | string | Name of the resource file.          |

<br>

```json
{
    "infocamere": {
      "documents": {
        "activities": {
          "resourceId": "d1a2c944-5d94-4ebf-967f-315b75f06b6e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d1a2c944-5d94-4ebf-967f-315b75f06b6e/PDF-Activities.pdf",
          "resourceName": "PDF-Activities.pdf"
        },
        "englishReport": {
          "resourceId": "e2ccaa34-5741-47bb-8c9b-ac25247a820e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e2ccaa34-5741-47bb-8c9b-ac25247a820e/PDF-english-report.pdf",
          "resourceName": "PDF-english-report.pdf"
        },
        "administrators": {
          "resourceId": "78a5f286-23b0-4f3a-86a5-4f7d9e8b62a2",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/78a5f286-23b0-4f3a-86a5-4f7d9e8b62a2/PDF-Administrators.pdf",
          "resourceName": "PDF-Administrators.pdf"
        },
        "otherPositions": {
          "resourceId": "d6b390a2-41a4-48d1-ae0d-1a1c1f3b975d",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d6b390a2-41a4-48d1-ae0d-1a1c1f3b975d/PDF-OtherPositions.pdf",
          "resourceName": "PDF-OtherPositions.pdf"
        },
        "capitalInstruments": {
          "resourceId": "d27f189c-0e89-4b9e-9e67-d343b6a3d11e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d27f189c-0e89-4b9e-9e67-d343b6a3d11e/PDF-CapitalInstruments.pdf",
          "resourceName": "PDF-CapitalInstruments.pdf"
        },
        "controllingEntities": {
          "resourceId": "8f487d39-2a8d-4869-bc88-b0518bc3662d",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/8f487d39-2a8d-4869-bc88-b0518bc3662d/PDF-ControllingEntities.pdf",
          "resourceName": "PDF-ControllingEntities.pdf"
        },
        "historicalControllingEntities": {
          "resourceId": "3287aaf5-f9ad-4f14-95ae-36d51d8731cf",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/3287aaf5-f9ad-4f14-95ae-36d51d8731cf/PDF-HistoricalControllingEntities.pdf",
          "resourceName": "PDF-HistoricalControllingEntities.pdf"
        },
        "constituentInformation": {
          "resourceId": "d1b3a9fb-16b6-4b56-8c9b-9c063b4439b4",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d1b3a9fb-16b6-4b56-8c9b-9c063b4439b4/PDF-ConstituentInformation.pdf",
          "resourceName": "PDF-ConstituentInformation.pdf"
        },
        "assetInformation": {
          "resourceId": "4b149b47-1b5d-4b6b-8492-2b2315a5b632",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/4b149b47-1b5d-4b6b-8492-2b2315a5b632/PDF-AssetInformation.pdf",
          "resourceName": "PDF-AssetInformation.pdf"
        },
        "participations": {
          "resourceId": "1c3a4cb0-af25-47a9-8956-27f54a31dc36",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1c3a4cb0-af25-47a9-8956-27f54a31dc36/PDF-Participations.pdf",
          "resourceName": "PDF-Participations.pdf"
        },
        "historicalParticipations": {
          "resourceId": "6521557e-0358-4893-8d6c-254fc6744d35",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/6521557e-0358-4893-8d6c-254fc6744d35/PDF-HistoricalParticipations.pdf",
          "resourceName": "PDF-HistoricalParticipations.pdf"
        },
        "socialAgreements": {
          "resourceId": "9c905ad5-5a0e-4994-bf37-54548b46e9c5",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/9c905ad5-5a0e-4994-bf37-54548b46e9c5/PDF-SocialAgreements.pdf",
          "resourceName": "PDF-SocialAgreements.pdf"
        },
        "dissolutionProcedures": {
          "resourceId": "e5697a45-1be6-4f38-92af-d5d3b9012184",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e5697a45-1be6-4f38-92af-d5d3b9012184/PDF-DissolutionProcedures.pdf",
          "resourceName": "PDF-DissolutionProcedures.pdf"
        },
        "shareholders": {
          "resourceId": "1f54b22b-4dd4-40f8-bb34-fc21a6e8ff96",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1f54b22b-4dd4-40f8-bb34-fc21a6e8ff96/PDF-Shareholders.pdf",
          "resourceName": "PDF-Shareholders.pdf"
        },
        "instructionPractices": {
          "resourceId": "b24b0a5a-c2b4-4929-b7b2-46fe44c88ac9",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b24b0a5a-c2b4-4929-b7b2-46fe44c88ac9/PDF-InstructionPractices.pdf",
          "resourceName": "PDF-InstructionPractices.pdf"
        },
        "protocolCheck": {
          "resourceId": "f5ad2292-4943-4d7e-92e8-b9d8304bbf33",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/f5ad2292-4943-4d7e-92e8-b9d8304bbf33/PDF-ProtocolCheck.pdf",
          "resourceName": "PDF-ProtocolCheck.pdf"
        },
        "shareTransfers": {
          "resourceId": "db32012d-9fd8-4b7a-8b6c-df7b426d1f4f",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/db32012d-9fd8-4b7a-8b6c-df7b426d1f4f/PDF-ShareTransfers.pdf",
          "resourceName": "PDF-ShareTransfers.pdf"
        },
        "directorsControlBodies": {
          "resourceId": "70c4ac26-d7d3-4a2a-a089-7885d6edee63",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/70c4ac26-d7d3-4a2a-a089-7885d6edee63/PDF-DirectorsControlBodies.pdf",
          "resourceName": "PDF-DirectorsControlBodies.pdf"
        },
        "shareholdersRights": {
          "resourceId": "43f1d2a5-66fc-4d69-a49f-2e725c33d56b",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/43f1d2a5-66fc-4d69-a49f-2e725c33d56b/PDF-ShareholdersRights.pdf",
          "resourceName": "PDF-ShareholdersRights.pdf"
        },
        "companySheet": {
          "resourceId": "1e875271-0865-4590-997b-2a0e7dbff5d5",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1e875271-0865-4590-997b-2a0e7dbff5d5/PDF-CompanySheet.pdf",
          "resourceName": "PDF-CompanySheet.pdf"
        },
        "statuteInformation": {
          "resourceId": "342bb64b-6cf8-4be3-88c7-c8f5017cc80a",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/342bb64b-6cf8-4be3-88c7-c8f5017cc80a/PDF-StatuteInformation.pdf",
          "resourceName": "PDF-StatuteInformation.pdf"
        },
        "modificationHistory": {
          "resourceId": "95810d0a-71dc-4c72-9db2-42620e5a9c3e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/95810d0a-71dc-4c72-9db2-42620e5a9c3e/PDF-ModificationHistory.pdf",
          "resourceName": "PDF-ModificationHistory.pdf"
        },
        "businessTransfers": {
          "resourceId": "0a8cf89c-6f5c-4c14-a203-18998b11f1da",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/0a8cf89c-6f5c-4c14-a203-18998b11f1da/PDF-BusinessTransfers.pdf",
          "resourceName": "PDF-BusinessTransfers.pdf"
        },
        "ordinarySearch": {
          "resourceId": "b1f4f6fc-15cd-4fa4-bce3-4e383d26c242",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b1f4f6fc-15cd-4fa4-bce3-4e383d26c242/PDF-OrdinarySearch.pdf",
          "resourceName": "PDF-OrdinarySearch.pdf"
        },
        "historicalSearch": {
          "resourceId": "6a6a3d54-4d1f-497b-8fe4-2cbf85b1927b",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/6a6a3d54-4d1f-497b-8fe4-2cbf85b1927b/PDF-HistoricalSearch.pdf",
          "resourceName": "PDF-HistoricalSearch.pdf"
        },
        "currentFile": {
          "resourceId": "3f67b593-9d3e-46cd-9c4b-2fb50a3a3a09",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/3f67b593-9d3e-46cd-9c4b-2fb50a3a3a09/PDF-CurrentFile.pdf",
          "resourceName": "PDF-CurrentFile.pdf"
        },
        "historicalFile": {
          "resourceId": "eae8af6d-00a7-4d3b-8a02-2b245bf202b9",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/eae8af6d-00a7-4d3b-8a02-2b245bf202b9/PDF-HistoricalFile.pdf",
          "resourceName": "PDF-HistoricalFile.pdf"
        },
        "historicalShareholdersRights": {
          "resourceId": "d4b7e0c8-33c2-40c3-bac3-3b622e49c384",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d4b7e0c8-33c2-40c3-bac3-3b622e49c384/PDF-HistoricalShareholdersRights.pdf",
          "resourceName": "PDF-HistoricalShareholdersRights.pdf"
        }
      }
    }
  }
```
