21 lines
365 B
Markdown
21 lines
365 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 |