# Release | Read release details

<mark style="color:blue;">`GET`</mark> `https://services.schneidergeo.com/content/release/{account}/{downloadCode}`

Adding one PDF document to guidebook release. For multiple documents, please call this endpoint multiple times

#### Path Parameters

| Name                                           | Type   | Description                                                                               |
| ---------------------------------------------- | ------ | ----------------------------------------------------------------------------------------- |
| account<mark style="color:red;">\*</mark>      | String | Your account ID, you can find this under Account Settings > General Settings > Account ID |
| downloadCode<mark style="color:red;">\*</mark> | String | The downloadCode for the release                                                          |

#### Headers

| Name                                            | Type   | Description                                                                         |
| ----------------------------------------------- | ------ | ----------------------------------------------------------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Your API key, you can find this under Account Settings > General Settings > API Key |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "downloadCode": 6546,
    "startdate": "2022-12-23",
    "enddate": "2023-03-12",
    "devices": 3,
    "guidebookInternalId": "13BkPf",
    "lang": "de",
    "additionalAssets": [],
    "link": "QtvgtI",
    "bundleName": "Salzkammergut-Rundfahrt",
    "creation": "2022-12-30T13:31:39.000+00:00"
}
```

{% endtab %}

{% tab title="404: Not Found " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
