GET/spaces/api/v1/notifications/unreadcount

Returns a number of unread notifications.

Request Examples

Example Request

GET
/spaces/api/v1/notifications/unreadcount
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

UnreadNotifications
{
  "notification": {
    "unread": 0
  }
}