POST api/marker/getByFilter/feature/{download}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| download | string |
Default value is |
Body Parameters
MarkerFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| listMissionId | Collection of integer |
None. |
|
| FiltreCircuit | boolean |
None. |
|
| FiltreCircuitLanguedoc | boolean |
None. |
|
| FiltreCircuitPaca | boolean |
None. |
|
| FiltreCircuitCorse | boolean |
None. |
|
| FiltreCircuitPnc | boolean |
None. |
|
| FiltreSecteur | boolean |
None. |
|
| FiltreSecteurListAreaId | Collection of integer |
None. |
|
| FiltreMarkerName | boolean |
None. |
|
| FiltreMarkerNameList | Collection of string |
None. |
|
| FiltreGeo | boolean |
None. |
|
| FeatureGeoJsonSelect | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"listMissionId": [
1,
2
],
"FiltreCircuit": true,
"FiltreCircuitLanguedoc": true,
"FiltreCircuitPaca": true,
"FiltreCircuitCorse": true,
"FiltreCircuitPnc": true,
"FiltreSecteur": true,
"FiltreSecteurListAreaId": [
1,
2
],
"FiltreMarkerName": true,
"FiltreMarkerNameList": [
"sample string 1",
"sample string 2"
],
"FiltreGeo": true,
"FeatureGeoJsonSelect": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
FeatureCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| type | GeoJSONObjectType |
None. |
|
| features | Collection of Feature |
None. |
|
| bbox | Collection of decimal number |
None. |
|
| crs | ICRSObject |
None. |
Response Formats
application/json, text/json
Sample:
{
"type": "FeatureCollection",
"features": null,
"bbox": [
1.1,
2.1
]
}