Unread Notification Count¶
Return the number of unread notifications for your team.
- Method: GET
- Path (REST):
/team/{teamId}/notifications/unread-count - Returns: Number
long count = client.teamClient().getUnreadNotificationCount().execute();
const count = await client.teamClient.getUnreadNotificationCount();
count = client.team_client.get_unread_notification_count()
curl -s -H "Application-Token: $GMC_APP_TOKEN" \
https://api.gamemanager.cloud/team/$TEAM_ID/notifications/unread-count