GET
/public/v1/projects/{projectId}/notes/unread-note-count
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/notes/unread-note-count' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"count": 5
}