We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1. Personal Statistics Section:
GET /case-management/metrics/user/cases
from
to
/case-management/metrics/user/cases
status
status=completed
GET /case-management/metrics/user/cases-per-workflow
recharts
1.2. Overall Statistics Section:
/case-management/metrics/cases-per-tag
Implement the "Assignees" feature:
Implement the "Cases in Tags and per Workflow" feature:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.1. Personal Statistics Section:
GET /case-management/metrics/user/cases
.from
andto
search query parameters to filter the results by date range./case-management/metrics/user/cases
endpoint to support astatus
search query parameter.status=completed
is provided, return only the completed cases.GET /case-management/metrics/user/cases-per-workflow
.from
andto
search query parameters to filter the results by date range.recharts
library.1.2. Overall Statistics Section:
/case-management/metrics/cases-per-tag
.Implement the "Assignees" feature:
Implement the "Cases in Tags and per Workflow" feature:
recharts
library.recharts
library.The text was updated successfully, but these errors were encountered: