get_near_walls
- Inputs
{
"lat": "latitude: float numeric, has dependency to long",
"long": "longitude: float numeric, has dependency to lat"
}
- Errors
{
"invalid_location": "lat or long or both invalid",
"must_login": "user must login"
}
- Extra Description
Returns a list of all walls and region_walls in the vicinity of user's location
- Sample
- Url:
- Output:
{
"region_wall": {
"category_id": 52,
"creation_date": 1558863184.4372633,
"description": "description",
"disabled": 0,
"distance": 0,
"features": {
"blog": false,
"group": true,
"profile": false,
"store": false
},
"followers": 1,
"group_id": "9999760020ee00e1e0bc66da8e6973d7017a",
"group_last_update_date": null,
"group_posts": 0,
"image_path": null,
"image_server_id": null,
"invitation_hash": "233f27c1bad574f3f45cc732073425cd",
"is_followed": 0,
"lat": 46.11,
"long": 36.11,
"name": "\u043a\u0430\u043c\u0435\u043d\u044c, \u0423\u043a\u0440\u0430\u0457\u043d\u0430",
"permissions": null,
"place_id": 1064826,
"products": 0,
"store_id": null,
"type": 2,
"user_name": "wall_6633d79e735a3de976dc2927cfd5977d",
"wall_id": -1000638
},
"result": [],
"status": "success",
"time": 1547538810.8615618
}