moovexDocs

Get single area

Retrieve a single area details by numeric id. Restriction type present only when type=restriction.

GET/areas/single/{id}

Path Parameters

ParameterTypeDescription
idstringNumeric id of the area

Example Response

{
  "name": "Center",
  "type": "service",
  "polygon": [
    [
      32.1,
      34.8
    ],
    [
      32.2,
      34.8
    ],
    [
      32.2,
      34.9
    ],
    [
      32.1,
      34.9
    ]
  ],
  "areasRatios": [
    {
      "ratio": 1.2,
      "fromAll": true
    }
  ]
}

On this page