Report Executive Summary GET
GET /api/account/{account}/accounting/{platform}/{id}/report/executivesummary
Run Executive Summary Report.
URL Parameters
account* | Account | |
---|---|---|
platform* | Connection Platform | |
id* | Connection ID |
Query Parameters
date | string |
---|
Responses
200 OK
metricNames | array[string] | |
---|---|---|
rows | array[object] | |
name | string | |
metrics | array | |
variance | string |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"metricNames": [
"string"
],
"rows": [
{
"name": "string",
"metrics": [],
"variance": "string"
}
]
}