Newer Version Available

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

Charts Geodata Resource

Get, update, or delete a specific geodata definition.
Resource URL
1/eclair/geodata/<id>
Formats
JSON
Available Version
38.0
HTTP Methods
DELETE GET PATCH
GET Response Body
GeoDataRepresentation
Property Name Type Description Filter Group and Version Available Version
id String The ID of this geo data record. Small, 38.0 38.0
label String The user set name for the geo data. Small, 38.0 38.0
name String The developer name for the geo data. Small, 38.0 38.0
namespace String The namespace of the geo data. Small, 39.0 39.0
type Connect​Eclair​Geo​Data​Type​Enum The type of geo data (currently just GeoJSON). Small, 38.0 38.0
url String The url to retrieve the geodata. Small, 38.0 38.0
PATCH Request Parameters
Parameter Name Type Description Required or Optional Available Version
geo​Data​File Binary The geojson file you want to upload. 39.0
geo​Data​Object Object (Geo​Data​Input​Representation) List of all relevant information about the GeoData, such as { "label": "My GeoData" }. 39.0
PATCH Request Body
GeoDataInputRepresentation
Property Name Type Description Required or Optional Available Version
label String Sets the GeoData label. 39.0
name String Sets the GeoData developer name. 39.0
PATCH Response Body
GeoDataRepresentation
Property Name Type Description Filter Group and Version Available Version
id String The ID of this geo data record. Small, 38.0 38.0
label String The user set name for the geo data. Small, 38.0 38.0
name String The developer name for the geo data. Small, 38.0 38.0
namespace String The namespace of the geo data. Small, 39.0 39.0
type Connect​Eclair​Geo​Data​Type​Enum The type of geo data (currently just GeoJSON). Small, 38.0 38.0
url String The url to retrieve the geodata. Small, 38.0 38.0