Get Project Unread Comment Count

GET /public/v1/projects/{projectId}/notes/unread-note-count

Headers

  • X-COMPANY-ID string Required

    The company's unique ID

Path parameters

  • projectId integer(int64) Required

Responses

  • 500 */*

    Internal Server Error

  • 200 */*

    OK

    Hide response attribute Show response attribute object
    • count integer(int64) Required

      The total count of project notes

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
}