# Offertes

<mark style="color:green;">`GET`</mark> `/frames/v1/financial/quotes`

Deze call geeft u een lijst terug van de beschikbare offertes.

**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 hoofdgroep</td></tr><tr><td><code>companyid</code></td><td>integer</td><td>Referentie naar de bedrijfsentiteit waar de hoofdgroep aan gekoppeld is</td></tr><tr><td><code>maingroupid</code></td><td>integer</td><td>Referentie naar de id van de hoofdgroep</td></tr><tr><td><code>subgroupnumber</code></td><td>integer</td><td>Nummer van de subgroep</td></tr><tr><td><code>dutch</code></td><td>string</td><td>Nederlandse omschrijving van de subgroep</td></tr><tr><td><code>french</code></td><td>string</td><td>Franse omschrijving van de subgroep</td></tr><tr><td><code>english</code></td><td>string</td><td>Engelse omschrijving van de subgroep</td></tr><tr><td><code>externaldescriptiondutch</code></td><td>string</td><td>Nederlandse externe omschrijving van de subgroep</td></tr><tr><td><code>externaldescriptionfrench</code></td><td>string</td><td>Franse externe omschrijving van de subgroep</td></tr><tr><td><code>externaldescriptionenglish</code></td><td>string</td><td>Engelse externe omschrijving van de subgroep</td></tr><tr><td><code>externaldescriptiondutchrtf</code></td><td>string</td><td>Nederlandse externe omschrijving van de subgroep in rtf-formaat</td></tr><tr><td><code>externaldescriptionfrenchrtf</code></td><td>string</td><td>Franse externe omschrijving van de subgroep in rtf-formaat</td></tr><tr><td><code>externaldescriptionenglishrtf</code></td><td>string</td><td>Engelse externe omschrijving van de subgroep in rtf-formaat</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc-nl.wavedesk.be/rest-api/modules/module-financieel/offertes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
