Announcements
| Name | Description |
|---|---|
| token | User token |
Content-Type: application/json Host: example.org Cookie:
GET /api/v1/announcements?token=foobar2
token: foobar2
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/"dbfa46fd7f3a6bb85ea5fc90640d18d4" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 95d8eab7-a5ca-44d9-87cb-a3707a1f115f X-Runtime: 0.064646 Content-Length: 702
200 OK
{
"announcements": [
{
"id": 1,
"uuid": "1",
"title": "Une autre façon de contribuer.",
"body": "Entourage a besoin de vous pour continuer à accompagner les sans-abri.",
"image_url": "https://foobar.s3.eu-west-1.amazonaws.com/https%3A//blog.entourage.social/?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=foo%2F20220602%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20220602T151641Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ce22c911c326634f35f7c0921acee6c80724561754394351f562e0f705c14d19",
"action": "Aider",
"url": "http://example.org/api/v1/announcements/1/redirect/foobar2",
"webapp_url": null,
"icon_url": "http://example.org/api/v1/announcements/1/icon",
"author": null
}
]
}