Api::V1::MyfeedsController API

MyFeeds

Get the feed

GET api/v1/myfeeds

Parameters

Name Description
token token
page Page
per Page
unread_only Only unread entourages

Request

Headers

Content-Type: application/json
Host: example.org
Cookie: 

Route

GET api/v1/myfeeds?token=foobar77

Query Parameters

token: foobar77

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE
Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY
Content-Type: application/json; charset=utf-8
ETag: W/"95cc1cee6c056055a2908b8c36924151"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 1dbf14ba-2006-4079-b93c-a320fc11d9a9
X-Runtime: 0.026544
Content-Length: 1288

Status

200 OK

Body

{
  "feeds": [
    {
      "type": "Tour",
      "data": {
        "id": 5,
        "uuid": "5",
        "tour_type": "medical",
        "status": "ongoing",
        "vehicle_type": "feet",
        "distance": 0,
        "organization_name": null,
        "organization_description": null,
        "start_time": "2022-06-02T16:16:44.397+02:00",
        "end_time": null,
        "number_of_people": 1,
        "join_status": "accepted",
        "number_of_unread_messages": 0,
        "updated_at": "2022-06-02T17:16:44.398+02:00",
        "tour_points": [

        ],
        "author": {
          "id": 80,
          "display_name": "John D.",
          "avatar_url": null,
          "partner": null
        },
        "last_message": null
      },
      "heatmap_size": 20
    },
    {
      "type": "Entourage",
      "data": {
        "id": 31,
        "uuid": "edH1Ucdc06Kc",
        "title": "Foobar",
        "group_type": "action",
        "entourage_type": "ask_for_help",
        "display_category": "social",
        "status": "open",
        "public": false,
        "metadata": {
          "city": "",
          "display_address": ""
        },
        "postal_code": null,
        "join_status": "accepted",
        "number_of_unread_messages": 0,
        "number_of_people": 1,
        "created_at": "2022-06-02T16:16:44.375+02:00",
        "updated_at": "2022-06-02T17:16:44.381+02:00",
        "description": null,
        "share_url": "https://app.entourage.social/actions/edH1Ucdc06Kc",
        "image_url": null,
        "online": false,
        "event_url": null,
        "display_report_prompt": false,
        "author": {
          "id": 80,
          "display_name": "John D.",
          "avatar_url": null,
          "partner": null,
          "partner_role_title": null
        },
        "location": {
          "latitude": 1.122,
          "longitude": 2.345
        },
        "last_message": null
      },
      "heatmap_size": 20
    }
  ],
  "unread_count": 0
}