GET Api/v1/AutoAssignment/Landmark/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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 }