Skip to main content

Get notices status

A request to get status of Notice(s) information through all objects that user is subscribed to.

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