cURL
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 }
Returns a dataset for forecast graph.
1
2
3
4
5
OK
Was this page helpful?