docs
This commit is contained in:
27
docs/pages/api/talas_v5_DB/locationDevice/locationDevices.md
Normal file
27
docs/pages/api/talas_v5_DB/locationDevice/locationDevices.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- /docs/pages/api/talas_v5_DB/locationDevice/locationDevices.md -->
|
||||
|
||||
# 🗂️ locationDevices.js
|
||||
|
||||
Gibt eine vollständige Liste aller Geräte in der Tabelle `location_device` zurück.
|
||||
|
||||
## Methode
|
||||
|
||||
- `GET`
|
||||
|
||||
## Verhalten
|
||||
|
||||
- Führt `SELECT * FROM location_device ORDER BY name` aus
|
||||
- Gibt vollständige Objekte zurück
|
||||
|
||||
## Beispielantwort
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"idLD": 27,
|
||||
"name": "Kue705",
|
||||
"description": "...",
|
||||
...
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user