GET api/marker/getByMissionId/feature/{missionId}/{download}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
missionId

integer

Required

download

string

Default value is

Body Parameters

None.

Response Information

Resource Description

FeatureCollection
NameDescriptionTypeAdditional 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
  ]
}