getExtent

API Version: 0.3.0

GET /dataset/{dataset}/{version}/extent

Get extent.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

dataset

string

Dataset

version

number

version

Response

{
  "data": {
    "features": [
      {
        "properties": {},
        "type": "string",
        "geometry": {
          "type": "string",
          "coordinates": [
            null
          ]
        }
      }
    ],
    "crs": {},
    "type": "string"
  },
  "status": "success"
}

Last updated