Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/transpond/internal/report' \
--header 'Authorization: Bearer <token>' \
--form 'beginDate=""' \
--form 'endDate=""' \
--form 'structLevel="4"' \
--form 'dayAgo="7"'
{
"code": 0,
"msg": "",
"data": {
"pv": [
{
"indicators": "",
"count": 0
}
],
"uv": [
{
"indicators": "",
"count": 0
}
],
"search": {
"search": 0,
"click": 0,
"hit": 0,
"turn": 0,
"login": 0,
"disagreed": 0,
"agreed": 0
},
"trend": {
"struct": [
{
"indicators": "",
"count": 0
}
],
"file": [
{
"indicators": "",
"count": 0
}
],
"web": [
{
"indicators": "",
"count": 0
}
],
"media": [
{
"indicators": "",
"count": 0
}
]
},
"accessed": [
{
"indicators": "",
"count": 0
}
],
"distribution": [
{
"indicators": "",
"count": 0
}
],
"struct": [
{
"indicators": "",
"count": 0,
"children": [
{
"indicators": "",
"count": 0,
"children": []
}
]
}
],
"hot": [
{
"indicators": "",
"count": 0
}
],
"miss": [
{
"indicators": "",
"count": 0
}
],
"noClick": [
{
"indicators": "",
"count": 0
}
]
}
}