26 lines
417 B
Markdown
26 lines
417 B
Markdown
<!-- /docs/services/database/fetchLocationDevicesService.md -->
|
|
|
|
# 🧰 fetchLocationDevicesService.js
|
|
|
|
Service zum Abrufen aller Einträge aus der `location_device` Tabelle.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const result = await fetchLocationDevicesService();
|
|
```
|
|
|
|
## API-Route
|
|
|
|
```
|
|
/api/talas_v5_DB/locationDevice/locationDevices
|
|
```
|
|
|
|
## Rückgabe
|
|
|
|
- JSON-Array aller Geräte
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../../README.md)
|