GET Api/v1/AutoAssignment/Landmark
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LandmarkAutoAssignViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Landmark | LandmarkModel |
String length: inclusive between 0 and 255 |
|
Radius | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "landmark": { "publicId": "sample string 1", "markerName": "sample string 2", "reading": { "quality": 1, "longitude": 2.0, "latitude": 3.0 } }, "radius": 2.0 }, { "id": 1, "landmark": { "publicId": "sample string 1", "markerName": "sample string 2", "reading": { "quality": 1, "longitude": 2.0, "latitude": 3.0 } }, "radius": 2.0 } ]