cURL
curl --request POST \ --url https://api.example.com/api/Reporting/RevenueTrend \ --header 'Content-Type: application/json' \ --data ' { "reportPeriod": 1, "userFilterTypeID": 1, "userFilterID": "<string>", "dashboardId": 123 } '
[ { "date": "<string>", "total": 123, "target": 123, "stretch": 123 } ]
1
2
3
4
5
6
OK
Was this page helpful?