20 lines
343 B
Markdown
20 lines
343 B
Markdown
<!-- /docs/services/database/pois/fetchPoiTypService.md -->
|
|
|
|
# 🗂️ fetchPoiTypService.js
|
|
|
|
Service zum Abrufen aller verfügbaren POI-Typen aus der Datenbank.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const types = await fetchPoiTypService();
|
|
```
|
|
|
|
## API
|
|
|
|
- Endpoint: `GET /api/talas_v5_DB/poiTyp/readPoiTyp`
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../../README.md)
|