Skip to main content
POST
/
api
/
Reporting
/
RevenueGraphData
Data for revenue graph.
curl --request POST \
  --url https://api.example.com/api/Reporting/RevenueGraphData \
  --header 'Content-Type: application/json' \
  --data '
{
  "reportPeriod": 1,
  "userFilterTypeID": 1,
  "userFilterID": "<string>",
  "dashboardId": 123
}
'
{
  "period": "<string>",
  "contractActuals": 123,
  "contractEstimated": 123,
  "contractTotal": 123,
  "permanent": 123,
  "total": 123,
  "target": 123,
  "percentageTarget": 123,
  "shortfallOfTarget": 123,
  "totalStretch": 123,
  "stretchEnd": 123,
  "percentageOfStretch": 123,
  "totalShortfallOfStretch": 123,
  "needleMarker": 123,
  "showLabels": true
}

Body

application/json
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

period
string | null
contractActuals
number<double>
contractEstimated
number<double>
contractTotal
number<double>
permanent
number<double>
total
number<double>
target
number<double>
percentageTarget
number<double>
shortfallOfTarget
number<double>
totalStretch
number<double>
stretchEnd
number<double>
percentageOfStretch
number<double>
totalShortfallOfStretch
number<double>
needleMarker
number<double>
showLabels
boolean