GET api/AreaShapes/GetAreaShapes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AreaShape
NameDescriptionTypeAdditional information
Id

integer

None.

ShapeType

ShapeType

None.

PairValue

string

None.

AreaId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "shapeType": "polygon",
    "pairValue": "sample string 2",
    "areaId": 1
  },
  {
    "$ref": "1"
  }
]