Skip to main content

Get recent notices

A request to get list of notices for all subscribed files.

POST /api/v1/files/notices/recent HTTP/1.1
  1. Example request
curl 'http://localhost:8080/api/v1/files/notices/recent' -i -X GET \
-H 'X-co-auth-token: 6a1306c1f9909b64eebe186ff5700131'
  1. Example response
HTTP/1.1 200 OK
X-co-request-id: rd3l2TAxShp21zHuNdnZ6bHfxI6lZkUs
Content-Type: application/json
Content-Length: 87
{
"notices": [],
"properties": {
"amount": {
"unread": 0
}
}
}