Skip to main content
POST
/
api
/
Reporting
/
CustomTopPerformers
Custom Top Performers.
curl --request POST \
  --url https://api.example.com/api/Reporting/CustomTopPerformers \
  --header 'Content-Type: application/json' \
  --data '
{
  "noOfTopConsultants": 123,
  "reportPeriod": 1,
  "userFilterTypeID": 1,
  "userFilterID": "<string>",
  "dashboardId": 123
}
'
[
  {
    "consultant": "<string>",
    "total": 123
  }
]

Body

application/json
noOfTopConsultants
integer<int32>
reportPeriod
enum<integer>
Available options:
1,
2,
3,
4,
5,
6
userFilterTypeID
enum<integer>
Available options:
1,
2,
3,
4,
5
userFilterID
string | null
dashboardId
integer<int32> | null

Response

200 - application/json

OK

consultant
string | null
total
number<double>