GET Api/v1/Landmarks/{id}
Fetches a landmark by public ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
landmark id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
LandmarkModelName | Description | Type | Additional information |
---|---|---|---|
PublicId | string |
None. |
|
MarkerName | string |
None. |
|
Reading | GpsReadingModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "publicId": "sample string 1", "markerName": "sample string 2", "reading": { "quality": 1, "longitude": 2.0, "latitude": 3.0 } }