POST api/MeldungenShort/{gipedgecategory}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gipedgecategory | string |
None. |
Body Parameters
FilterPost| Name | Description | Type | Additional information |
|---|---|---|---|
| mid | integer |
None. |
|
| pg | integer |
None. |
|
| mperpg | integer |
None. |
|
| sort | string |
None. |
|
| asc | boolean |
None. |
|
| bbox | string |
None. |
|
| withinbbox | boolean |
None. |
|
| titel | string |
None. |
|
| melder | string |
None. |
|
| verantwortlicher | string |
None. |
|
| dtfrom | date |
None. |
|
| dtto | date |
None. |
|
| status | Collection of integer |
None. |
|
| quelle | Collection of integer |
None. |
|
| prio | Collection of integer |
None. |
|
| abschnittkat | Collection of integer |
None. |
|
| fehlertypen | Collection of integer |
None. |
|
| IsValid | boolean |
None. |
|
| Error | string |
None. |
|
| Item | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mid": 1,
"pg": 1,
"mperpg": 2,
"sort": "sample string 3",
"asc": true,
"bbox": "sample string 5",
"withinbbox": true,
"titel": "sample string 7",
"melder": "sample string 8",
"verantwortlicher": "sample string 9",
"dtfrom": "2025-12-19T20:16:36.1874285+01:00",
"dtto": "2025-12-19T20:16:36.1874285+01:00",
"status": [
1,
2
],
"quelle": [
1,
2
],
"prio": [
1,
2
],
"abschnittkat": [
1,
2
],
"fehlertypen": [
1,
2
],
"IsValid": true,
"Error": null
}
text/html
Sample:
{"mid":1,"pg":1,"mperpg":2,"sort":"sample string 3","asc":true,"bbox":"sample string 5","withinbbox":true,"titel":"sample string 7","melder":"sample string 8","verantwortlicher":"sample string 9","dtfrom":"2025-12-19T20:16:36.1874285+01:00","dtto":"2025-12-19T20:16:36.1874285+01:00","status":[1,2],"quelle":[1,2],"prio":[1,2],"abschnittkat":[1,2],"fehlertypen":[1,2],"IsValid":true,"Error":null}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |