16 lines
413 B
Markdown
16 lines
413 B
Markdown
<!-- /docs/services/webservice/fetchGisStationsStatusDistrictService.md -->
|
|
|
|
# 🚦 fetchGisStationsStatusDistrictService.js
|
|
|
|
Service zum Abrufen des Status aller Stationen im aktuellen Bezirk.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const result = await fetchGisStationsStatusDistrictService();
|
|
```
|
|
|
|
## API-Aufruf
|
|
|
|
- Endpoint: `/ClientData/WebServiceMap.asmx/GisStationsStatusDistrict?idMap=...&idUser=...`
|
|
- Rückgabe: `Statis[]` |