Fetch connection summary
GET/v1/entities/:entity_id/connections/:id/summary
A dictionary with a data property that contains an array of summaries broken down by report and currency. Each entry in the array is a separate report-summary object. If no reports are available, the resulting array will be empty.
Date range behavior
- If
from_date
andto_date
are missing, the default is to return the previous 30 days. - If
from_date
is present butto_date
is not,to_date
is set tofrom_date+30.days
. - If
to_date
is present butfrom_date
is not,from_date
is set toto_date-30.days
. Authentication
Request
Responses
- 200
A dictionary with a data property that contains an array of summaries for the specified connection, broken down by report and currency. Each entry in the array is a separate report-summary object. If no reports are available, the resulting array will be empty.