Newer Version Available

This content describes an older version of this product. View Latest

Charts Geodata List Resource

Returns a collection of geodata definitions and creates a geodata definition.
Resource URL
1/eclair/geodata
Formats
JSON
Available Version
38.0
HTTP Methods
GET POST
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
page Int The page number you want to view. Optional 38.0
pageSize Int The number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25. Optional 38.0
Response body for GET
Geo Data Collection
Request parameters for POST
Parameter Name Type Description Required or Optional Available Version
geo​Data​File Binary The geodata JSON file to upload. Required 39.0
geo​Data​Object Geo​Data​Input All the relevant information about the geodata, such as {"label": "My GeoData"}. Required 39.0
Response body for POST
Geo Data

The following JSON shows how to create a geodata resource from a GeoJson file.

1{
2  "label": "GeoJsonLabel",
3  "name": "GeoJsonName"
4}