> For the complete documentation index, see [llms.txt](https://doc-nl.wavedesk.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-nl.wavedesk.be/rest-api/modules/module-basisgegevens/artikelen/artikelomschrijvingen.md).

# Artikelomschrijvingen

<mark style="color:green;">`GET`</mark> `/frames/v1/masterdata/articles/descriptions`

Deze call geeft u een lijst terug van de beschikbare artikelenomschrijvingen binnen het artikelbeheer.\ <mark style="color:blue;">**Dit eindpunt heeft ondersteuning voor RQL-filters**</mark>.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

<table><thead><tr><th width="340">Name</th><th width="87">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>id</code></td><td>integer</td><td>Unieke id van de omschrijving</td></tr><tr><td><code>companyid</code></td><td>integer</td><td>Referentie naar de bedrijfsentiteit waar de omschrijving aan gekoppeld is</td></tr><tr><td><code>namedutch</code></td><td>string</td><td>Nederlandse naam van de omschrijving</td></tr><tr><td><code>namefrench</code></td><td>string</td><td>Franse naam van de omschrijving</td></tr><tr><td><code>nameenglish</code></td><td>string</td><td>Engelse naam van de omschrijving</td></tr><tr><td><code>descriptiondutch</code></td><td>string</td><td>De Nederlande omschrijving</td></tr><tr><td><code>descriptionfrench</code></td><td>string</td><td>De Franse omschrijving</td></tr><tr><td><code>descriptionenglish</code></td><td>string</td><td>De Engelse omschrijving</td></tr></tbody></table>
