Overview

Get NearBy records

Summary

This endpoint returns nearby records based on radius, latitude and longitude.

Request Arguments

Name Type Description Required
radius String The radius of the the geocoded record Yes
latitude String The latitude of the the geocoded record No
longitude String The longitude of the the geocoded record No

Response

    {
        "records": [
            {
                "id": "1b1f9872-1309-11ed-af3b-0242ac140008",
                "date_entered": "2022-08-03 08:48:52",
                "date_modified": "2022-08-03 14:03:34",
                "deleted": 0,
                "parent_id": "758cf2fa-11a1-11ed-bd66-0242ac140009",
                "parent_type": "Accounts",
                "parent_name": "Income Free Investing LP",
                "parent_user_name": "Chris Olliver",
                "address": "Malu Mare, Romania",
                "status": "COMPLETED",
                "postalcode": "14215",
                "country": "Romania",
                "latitude": "44.2758957190",
                "longitude": "23.8613008870",
                "geocoded": 1,
                "error_message": null
            }
        ]
    }

Change Log

Version Change
v11_18 Added maps/nearby GET endpoint.