Feeds
| Name | Description |
|---|---|
| token | token |
| latitude | Latitude |
| longitude | Longitude |
| starting_after | Date to get events after |
Content-Type: application/json Host: example.org Cookie:
GET api/v1/feeds/outings?token=foobar60&latitude=1&longitude=1
token: foobar60 latitude: 1 longitude: 1
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/"e944ac9ae57a32e9c728f7b14de65f92" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 9b04f53d-93e5-475a-9277-9475c4374d40 X-Runtime: 0.009940 Content-Length: 1146
200 OK
{
"feeds": [
{
"type": "Entourage",
"data": {
"id": 25,
"uuid": "e12NiAJyejco",
"title": "Foobar",
"group_type": "outing",
"entourage_type": "ask_for_help",
"display_category": "social",
"status": "open",
"public": false,
"metadata": {
"ends_at": "2022-06-02T18:16:43.855+02:00",
"starts_at": "2022-06-02T15:16:43.855+02:00",
"place_name": "Café la Renaissance",
"previous_at": null,
"portrait_url": null,
"landscape_url": null,
"street_address": "44 rue de l’Assomption, 75016 Paris, France",
"display_address": "Café la Renaissance, 44 rue de l’Assomption, 75016 Paris",
"google_place_id": "foobar",
"portrait_thumbnail_url": null,
"landscape_thumbnail_url": null
},
"postal_code": null,
"join_status": "not_requested",
"number_of_unread_messages": 0,
"number_of_people": 1,
"created_at": "2022-06-02T17:16:43.872+02:00",
"updated_at": "2022-06-02T17:16:43.872+02:00",
"description": null,
"share_url": "https://app.entourage.social/actions/e12NiAJyejco",
"image_url": null,
"online": false,
"event_url": null,
"display_report_prompt": false,
"author": {
"id": 61,
"display_name": "John D.",
"avatar_url": null,
"partner": null,
"partner_role_title": null
},
"location": {
"latitude": 1.0,
"longitude": 1.0
}
},
"heatmap_size": 20
}
]
}