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