> 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/registru-centras/get-document.md).

# Get document

### Input

User needs to provide document id

<table><thead><tr><th width="256">Attribute</th><th width="196">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>String</td><td>Identifier for document - <code>id</code> from listed documents</td></tr></tbody></table>

### Output

\
**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
{
  "document": {
    "resourceId": "6d9baed1-6163-458c-9679-e382fc909e41",
    "resourceName": "000385595001.xml",
    "resourcePath": "resources/d30c7872-c16a-409a-807e-34c7ace0355f/6d9baed1-6163-458c-9679-e382fc909e41/000385595001.xml"
  }
}
```
