Skip to main content
POST
/
api
/
Reporting
/
ForecastGraphData
Data for forecast graph.
curl --request POST \
  --url https://api.example.com/api/Reporting/ForecastGraphData \
  --header 'Content-Type: application/json' \
  --data '
{
  "reportPeriod": 1,
  "userFilterTypeID": 1,
  "userFilterID": "<string>",
  "dashboardId": 123
}
'
{
  "revenueContractActuals": 123,
  "revenueContractEstimated": 123,
  "revenuePermanent": 123,
  "openJobsPerm": 123,
  "openJobsEstimated": 123,
  "total": 123,
  "target": 123,
  "stretch": 123
}

Body

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

Response

200 - application/json

OK

revenueContractActuals
number<double>
revenueContractEstimated
number<double>
revenuePermanent
number<double>
openJobsPerm
number<double>
openJobsEstimated
number<double>
total
number<double>
target
number<double>
stretch
number<double>