Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
STATS

TOP PERFORMAR

GET /stats/top-performer

Request
{}
Response (Success)
{
"status": true,
"code": "PERFORMER_STATS_SUCCESS",
"payload": [
{
"name": "<<name_string>>",
"visits": "<<visits_number>>",
"image": "<<image_url>>"
},
{
"name": "<<name_string>>",
"visits": "<<visits_number>>",
"image": "<<image_url>>"
}
]

}

Response (Error)
{
"status": false,
"code": "PERFORMER_STATS_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.