Chat messages
Name | Description |
---|---|
token | token |
neighborhood_id | neighborhood |
Content-Type: application/json Host: example.org Cookie:
GET /api/v1/neighborhoods/1/chat_messages?token=foobar83
token: foobar83
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/"8739472ab9c9497de086b64df90964f0" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 4f85699b-9c63-47e1-b0c5-ae104416ceb8 X-Runtime: 0.016506 Content-Length: 274
200 OK
{ "chat_messages": [ { "id": 4, "content": "MyText", "user": { "id": 84, "avatar_url": null, "display_name": "John D.", "partner": null }, "created_at": "2022-06-02T17:16:44.530+02:00", "message_type": "text", "post_id": null, "has_comments": false, "comments_count": 0, "image_url": null, "read": false } ] }