# Retrieve tax notice attachments

Source: https://developer.avalara.com/products/returns/integration-guides/managed-returns/lnk3059999620601/

Guide: Avalara Managed Returns API (U.S. and Canada)

# Retrieve tax notice attachments

Learn how to retrieve document content for tax notice attachments and finance details.

Retrieves the document content associated with tax notice attachments and finance details.

To retrieve the document attached to the tax notice attachment and finance details, use the `noticesAttachment` query.

## View request

```
query NoticesAttachment {
  noticesAttachment(companyId: 123456, Id: 123456)
}
```

## View response

```
{
  "data": {
    "noticesAttachment": [
      37,
      80,
      68,
      70,
      45,
      49,
      46,
      55,
      10,
      10,
      52,
      32,
      48,
      32,
      111,
      98,
      106,
      10,
    ]
  }
}
```