Skip to content
Jan Zimandl edited this page Jan 26, 2016 · 3 revisions

Content

Get data for the first adding

Request

Required authentication.

GET /first-adding HTTP/1.1
Content-Type: application/json

Response

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

Images

Request

GET /images/cat-img-bars.jpg HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: image/jpeg

About

Request

GET /about HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8

Privacy Policy

Request

GET /privacy HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8

Terms of Service

Request

GET /terms HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Clone this wiki locally