# Download Document PDF

<mark style="color:blue;">`GET`</mark> `https://api.formdr.com/api/v1/practice/{practiceId}/document/{documentId}/pdf`

#### Path Parameters

| Name       | Type   | Description |
| ---------- | ------ | ----------- |
| practiceId | number | Practice Id |
| documentId | number | Document Id |

#### Response

{% tabs %}
{% tab title="200: OK Returns submission data of the submission." %}

<pre><code><strong>(The PDF file)
</strong></code></pre>

{% endtab %}

{% tab title="401: Unauthorized " %}

```javascript
"Error: Wrong Credentials"
```

{% endtab %}
{% endtabs %}
