Skip to content

읽지 않은 수 Default

GET/workspaces/{id}/notifications.countCopied!

워크스페이스에서 내가 읽지 않은 알림 수를 조회해요.

접근 가능한 사용자

사용자

Request

Path

idstringrequired
워크스페이스 ID

Response

Returns 200 OK.

countnumber
읽지 않은 알림 수

Example

bash
curl 'https://api.youvico.com/workspaces/6ba7b810-9dad-11d1-80b4-00c04fd430c8/notifications.count' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
json
{
  "count": 3
}