{
"projectIds": [
"string"
],
"target": "string",
"aggregations": [
{
"cloumn": "string",
"function": "string",
"alias": "string"
}
],
"dimensions": [
{
"cloumn": "string",
"dateHistogram": {
"interval": "string",
"offset": "string",
"timezone": 0,
"min": "string",
"max": "string"
},
"alias": "string"
}
],
"filter": {
"type": "string",
"operator": "string",
"operands": [
{
"type": "string",
"operator": "string",
"operands": [
{}
],
"value": "string"
}
],
"value": "string"
},
"sorts": [
{
"cloumn": "string",
"by": "string"
}
],
"pageToken": "string",
"pageSize": 0
}
curl --location --request POST 'https://open.teambition.com/api/report/aggregation/query' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectIds": [
"string"
],
"target": "string",
"aggregations": [
{
"cloumn": "string",
"function": "string",
"alias": "string"
}
],
"dimensions": [
{
"cloumn": "string",
"dateHistogram": {
"interval": "string",
"offset": "string",
"timezone": 0,
"min": "string",
"max": "string"
},
"alias": "string"
}
],
"filter": {
"type": "string",
"operator": "string",
"operands": [
{
"type": "string",
"operator": "string",
"operands": [
{}
],
"value": "string"
}
],
"value": "string"
},
"sorts": [
{
"cloumn": "string",
"by": "string"
}
],
"pageToken": "string",
"pageSize": 0
}'
{
"nextPageToken": null,
"totalSize": 1,
"results": [
{
"cf:63f5fb5fd9faf30a0fb77473": "2022-02-02",
"cf:611b8e7b2b08afe3d489682a": null,
"count1": 0
},
{
"cf:63f5fb5fd9faf30a0fb77473": "2022-02-03",
"cf:611b8e7b2b08afe3d489682a": null,
"count1": 0
}
]
}