Authorization: ********************
{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/charts/ID of report/filter/count' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}'
0