Insights API
Current Endpoints
Authentication
Query Parameters
$format=application/json;odata.metadata=none
$top=1000
$skip=5000
$orderby=AccountName desc
$apply=filter(YearMonth ge 202510 AND YearMonth le 202510)/ groupby((AccountName,ChargeNumber,YearMonth), aggregate(ARR with sum as ARR))
Example Request
Last updated
Was this helpful?