Nurama Developers
Tasks

Get count of unacknowledged tasks for a project.

Counts the authenticated user's unacknowledged tasks in the project, split by visibility.

GET
/tasks/unacknowledged/{projectId}

Counts the authenticated user's unacknowledged tasks in the project, split by visibility.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Unique identifier of the project.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/tasks/unacknowledged/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "total": 0,  "creator": 0,  "reviewer": 0}