Request Parameters
Example Request:
{
"streetRef": {
"type": "Street",
"value": [122686],
"key": "Id"
}
}
Response Parameters
Example Response:
{
"jsonrpc": "2.0",
"id": 10,
"result": {
"response": [{
"guid": "082f46ae-5cee-410c-91c5-07f7f769baf8",
"id": 822250,
"data": null,
"coordinates": [{
"latitude": 51.5859424363938,
"longitude": -0.785666803030769
}, {
"latitude": 51.5865939188607,
"longitude": -0.784321472014532
}],
"description": "Great Marlow Footpath 49",
"pointType": "PointSegment",
"sharedRef": null
}],
"errors": [],
"success": true
}
}