Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Group lists of comparison items by one of their fields. This grouping is secondary to the separate_portfolios
setting.
issued_at
, portfolio
Set to true to only return the latest configuration in the resulting data, for when you only care about the most recent results/comparison.
Body
The REQUEST serializer that takes a list of either Report IDs or Configuration IDs to compare.
The serializer preps all the objects to be compared and stores them in the configurations
field.
Specify either Report IDs or Configuration IDs that should be used in the comparison. If an ID passed does not exist or the user does not have access, it will be ignored from the comparison.
Response
This serializer represents the parent container and information for all configurations that are being compared.
It will contain some over-arching data about the comparison and then a list of ReportCompareConfigurationResponseSerializer
If a group_by is requested, this field will be returned as a dictionary of groupby_key: [ReportCompareConfigurationResponseSerializer]
instead of a flat list.