Get feedback counts by status
Retrieve comprehensive counts of feedbacks split by status, conversation grouping, and ungrouped feedbacks.
Access Control:
- Admins see counts for all feedback in the project
- Regular users see counts only for feedback they submitted
Impersonation:
- When using impersonation, returns counts for feedback submitted by the impersonated user
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
Response
Successful response
Total count of individual feedbacks with status "to_review"
28
Total count of individual feedbacks with status "reviewed"
45
Count of conversations with at least one unreviewed feedback
12
Count of conversations where ALL feedbacks are reviewed
8
Count of feedbacks without a conversation that are "to_review"
4
Count of feedbacks without a conversation that are "reviewed"
2