-
Notifications
You must be signed in to change notification settings - Fork 0
Special
Jan Zimandl edited this page Jan 26, 2016
·
3 revisions
- Get data for the first adding - GET /first-adding
- Images - GET /images/cat-img-bars.jpg
- About - GET /about
- Privacy Policy - GET /privacy
- Terms of Service - GET /terms
Required authentication.
GET /first-adding HTTP/1.1
Content-Type: application/json
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"success": true,
"result": {
"category_ids": [
5,
23,
3,
27,
16
],
"activity": {
"activity_id": 3851,
"date": "2016-01-25T09:54:12.156Z",
"type": "PlaceAdded",
"category_id": 13,
"additional_value": null,
"place": {
"place_id": 3493,
"title": "Golden Chinese Express",
"address": "2150 E South St\nLong Beach, CA 90805",
"lat": 33.859321,
"lon": -118.165969,
"high5s": 0,
"tastemakers_lists": 1,
"friends_lists": 0
},
"user": {
"user_id": 16,
"first_name": "Jenda",
"last_name": "Zimandl"
}
}
}
}
Parameter | Optional | More info |
---|---|---|
category_ids | no | list of most used category ids |
activity | no | last activity with place and user |
_activity_id | no | |
_date | no | |
_type | no | |
_category_id | no | |
_additional_value | yes | |
_place | no | |
__place_id | no | |
__title | no | |
__address | no | |
__lat, lon | no | |
__high5s | no | |
__tastemakers_lists | no | |
__friends_lists | no | |
_user | no | |
__user_id | no | |
__first_name | no | |
__last_name | no |
GET /images/cat-img-bars.jpg HTTP/1.1
HTTP/1.1 200 OK
Content-Type: image/jpeg
GET /about HTTP/1.1
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
GET /privacy HTTP/1.1
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
GET /terms HTTP/1.1
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8