# SupplementalData

## Object

### download
**boolean**  
**Required**  
Whether browser was indicated to download file

### end
**string**  
**Required**  
**format:** date  
The end date of the query.

### filters  
**object** [SupplementalFiltersData](https://docs.mediakind.com/api-reference/management-api/schemas/supplementalfiltersdata)  
**Required**  
The filters applied to the query.

### meterNames  
**list of strings**  
**Required**  
Meter names the results were filtered to.

### paymentMethodIds  
**list of strings**  
**Required**  
Payment method IDs the results were filtered to.

### projectNames  
**list of strings**  
**Required**  
Project names the results were filtered to.

### format  
**string**  
**Required**  
The output format. Either csv or json.

### granularity  
**string**  
**Required**  
The time bucket used for aggregation.

### groupBy  
**list of strings**  
**Required**  
The list of fields that the results are grouped by.

### records  
**integer**  
**Required**  
The number of result records returned.

### start  
**string**  
**Required**  
**format:** date  
The start date of the query.
