Newer Version Available
Charts Geodata List Resource
- 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 geoDataFile Binary The geodata JSON file to upload. Required 39.0 geoDataObject GeoDataInput 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}