GET api/MeldungsFilter/{regionCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| regionCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of FilterMeldungen| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| kontaktId | integer |
None. |
|
| Zeitstempel | date |
None. |
|
| filterName | string |
None. |
|
| mapLat | decimal number |
None. |
|
| mapLng | decimal number |
None. |
|
| mapZoom | integer |
None. |
|
| mapRegionCode | string |
None. |
|
| dtv | date |
None. |
|
| dtb | date |
None. |
|
| searchMeldungen | string |
None. |
|
| searchMelder | string |
None. |
|
| searchVerwantwortlicher | string |
None. |
|
| selectedRegionCodes | Collection of string |
None. |
|
| selectedStatus | Collection of integer |
None. |
|
| selectedQuellSysteme | Collection of integer |
None. |
|
| selectedAbschnittskategorien | Collection of integer |
None. |
|
| selectedFehlertypen | Collection of integer |
None. |
|
| selectedPrioritaeten | Collection of integer |
None. |
|
| IsValid | boolean |
None. |
|
| Error | string |
None. |
|
| Item | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"kontaktId": 2,
"Zeitstempel": "2025-12-19T20:11:20.2342848+01:00",
"filterName": "sample string 4",
"mapLat": 1.1,
"mapLng": 1.1,
"mapZoom": 1,
"mapRegionCode": "sample string 5",
"dtv": "2025-12-19T20:11:20.2342848+01:00",
"dtb": "2025-12-19T20:11:20.2342848+01:00",
"searchMeldungen": "sample string 6",
"searchMelder": "sample string 7",
"searchVerwantwortlicher": "sample string 8",
"selectedRegionCodes": [
"sample string 1",
"sample string 2"
],
"selectedStatus": [
1,
2
],
"selectedQuellSysteme": [
1,
2
],
"selectedAbschnittskategorien": [
1,
2
],
"selectedFehlertypen": [
1,
2
],
"selectedPrioritaeten": [
1,
2
],
"IsValid": true,
"Error": null
},
{
"Id": 1,
"kontaktId": 2,
"Zeitstempel": "2025-12-19T20:11:20.2342848+01:00",
"filterName": "sample string 4",
"mapLat": 1.1,
"mapLng": 1.1,
"mapZoom": 1,
"mapRegionCode": "sample string 5",
"dtv": "2025-12-19T20:11:20.2342848+01:00",
"dtb": "2025-12-19T20:11:20.2342848+01:00",
"searchMeldungen": "sample string 6",
"searchMelder": "sample string 7",
"searchVerwantwortlicher": "sample string 8",
"selectedRegionCodes": [
"sample string 1",
"sample string 2"
],
"selectedStatus": [
1,
2
],
"selectedQuellSysteme": [
1,
2
],
"selectedAbschnittskategorien": [
1,
2
],
"selectedFehlertypen": [
1,
2
],
"selectedPrioritaeten": [
1,
2
],
"IsValid": true,
"Error": null
}
]
text/html
Sample:
[{"Id":1,"kontaktId":2,"Zeitstempel":"2025-12-19T20:11:20.2342848+01:00","filterName":"sample string 4","mapLat":1.1,"mapLng":1.1,"mapZoom":1,"mapRegionCode":"sample string 5","dtv":"2025-12-19T20:11:20.2342848+01:00","dtb":"2025-12-19T20:11:20.2342848+01:00","searchMeldungen":"sample string 6","searchMelder":"sample string 7","searchVerwantwortlicher":"sample string 8","selectedRegionCodes":["sample string 1","sample string 2"],"selectedStatus":[1,2],"selectedQuellSysteme":[1,2],"selectedAbschnittskategorien":[1,2],"selectedFehlertypen":[1,2],"selectedPrioritaeten":[1,2],"IsValid":true,"Error":null},{"Id":1,"kontaktId":2,"Zeitstempel":"2025-12-19T20:11:20.2342848+01:00","filterName":"sample string 4","mapLat":1.1,"mapLng":1.1,"mapZoom":1,"mapRegionCode":"sample string 5","dtv":"2025-12-19T20:11:20.2342848+01:00","dtb":"2025-12-19T20:11:20.2342848+01:00","searchMeldungen":"sample string 6","searchMelder":"sample string 7","searchVerwantwortlicher":"sample string 8","selectedRegionCodes":["sample string 1","sample string 2"],"selectedStatus":[1,2],"selectedQuellSysteme":[1,2],"selectedAbschnittskategorien":[1,2],"selectedFehlertypen":[1,2],"selectedPrioritaeten":[1,2],"IsValid":true,"Error":null}]
application/xml
Sample:
text/xml
Sample: