{
"startDate": "yyyy-MM-dd",
"endDate": "yyyy-MM-dd",
"userId": "uuid",
"categoryId": [ "uuid", "uuid" ],
"clientId": "uuid",
"tags": [ "tagName", "tagName" ],
"selectedTagOfUser": [ "tagName", "tagName" ]
}curl --location --request GET 'https://cgv-prd-checklist-api.contele.io/metrics/get-dashboard-summary?start_date&end_date' \
--header 'x-api-key: {{api_key}}'{
"top_form": {
"title": "string",
"form_model_id": "string"
},
"general_forms_info": {
"total": 76,
"2022-12-08": 1,
"2022-12-09": 4,
"2022-12-10": 18,
"2022-12-11": 7,
"2022-12-12": 16,
"2022-12-13": 11,
"2022-12-14": 11,
"2022-12-15": 8
},
"top_forms_infos": {
"total": 63,
"2022-12-08": 1,
"2022-12-09": 1,
"2022-12-10": 17,
"2022-12-11": 5,
"2022-12-12": 15,
"2022-12-13": 9,
"2022-12-14": 9,
"2022-12-15": 6
}
}