Outings
Name | Description |
---|---|
token | token |
neighborhood_id | neighborhood |
outing[title] | Title |
outing[description] | Description |
outing[event_url] | Event url |
outing[latitude] | Latitude |
outing[longitude] | Longitude |
outing[metadata] | Metadata |
outing[metadata][starts_at] | Start time |
outing[metadata][ends_at] | End time |
outing[metadata][place_name] | Place name |
outing[metadata][street_address] | Street address |
outing[metadata][google_place_id] | Google place ID |
Content-Type: application/json Host: example.org Cookie:
POST /api/v1/neighborhoods/7/outings
{"token":"foobar97","outing":{"title":"Groupe de voisins","latitude":48.854367553785,"longitude":2.27034058909627,"metadata":{"starts_at":"2022-06-03T19:00:00.000+02:00","ends_at":null,"place_name":"Café la Renaissance","street_address":"44 rue de l’Assomption, 75016 Paris, France","google_place_id":"foobar"}}}
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/"2ab75d07d02cba887efae1fe106a55c4" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: a4d78ca5-ba64-4e96-8a66-1ef1ab98c8c2 X-Runtime: 0.088651 Content-Length: 1098
201 Created
{ "outing": { "id": 32, "uuid": "etsd8sOesTj0", "title": "Groupe de voisins", "group_type": "outing", "entourage_type": "contribution", "display_category": null, "status": "open", "public": false, "metadata": { "starts_at": "2022-06-03T19:00:00.000+02:00", "ends_at": null, "place_name": "Café la Renaissance", "street_address": "44 rue de l’Assomption, 75016 Paris, France", "google_place_id": "foobar", "previous_at": null, "landscape_url": null, "portrait_url": null, "landscape_thumbnail_url": null, "portrait_thumbnail_url": null, "display_address": "Café la Renaissance, 44 rue de l’Assomption, 75016 Paris" }, "postal_code": null, "join_status": "pending", "number_of_unread_messages": 0, "number_of_people": 0, "created_at": "2022-06-02T17:16:44.896+02:00", "updated_at": "2022-06-02T17:16:44.896+02:00", "description": null, "share_url": "https://app.entourage.social/actions/etsd8sOesTj0", "image_url": null, "online": false, "event_url": null, "display_report_prompt": false, "author": { "id": 99, "display_name": "John D.", "avatar_url": null, "partner": null, "partner_role_title": null }, "location": { "latitude": 48.854367553785, "longitude": 2.27034058909627 } } }