GET Api/v{apiVersion}/Customers/{id}/AsGeoJson

Gets the object in GeoJSON format

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

Feature
NameDescriptionTypeAdditional information
type

GeoJSONObjectType

None.

id

string

None.

geometry

IGeometryObject

None.

properties

Dictionary of string [key] and Object [value]

None.

bbox

Collection of decimal number

None.

crs

ICRSObject

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.