# flbReservationList

Zobrazí element, ve kterém se pro přihlášeného uživatele zobrazí všechny jeho rezervace.

**Volitelné parametry:**

* **format**: format, který lze použít pro vlastní nastavení formátování výstupních dat
* **language:** možnost volby jazykové verze textů v komponentě - aktuálně podporované hodnoty jsou
* **center**: je integer hodnota, identifikující konkrétní středisko poskytovatele. Identifikátory středisek je možné dohledat v back-officu rezervačního systému FlexBook.
* **disablePast**: zakazuje zobrazení historických rezervací
  * Možné hodnoty: 0,1
  * Default: 0
  * Pozn.: Při použití hodnoty 1 se nezobrazí checkbox pro zobrazení historických rezervací

**Příklad:**

```
flbInit('https://www.flexbook.cz/ajax.php', 4, 
[ 
{ type: 'flbReservationList',
  placeHolder: 'f_1',
  params: { language: 'cz',
            format: { datetime: 'l j.F H:i' },
            center: 1,
  },
},
]);
```


---

# 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://flexbook.gitbook.io/integracni-manual/javascript-komponenty/flbreservationlist.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.
