analyticsDrilldownData
Graphql fields and variables for the analyticsDrilldownData query
query analyticsDrilldownData ($dataSource: String, $fields: [String!], $dimension: String, $drilldownValue: String, $dateRange: String, $entityId: ID, $accountId: ID, $startDate: String, $endDate: String, $nonZeroFields: [String!], $fieldFilterKey: String, $fieldFilterValue: String, $fiscalYear: String, $fiscalMonth: String, $fiscalQuarter: String, $fiscalPreset: String, $includeCurrentMonth: Boolean, $sortField: String, $sortDirection: String, $limit: Int) {
analyticsDrilldownData (dataSource: $dataSource, fields: $fields, dimension: $dimension, drilldownValue: $drilldownValue, dateRange: $dateRange, entityId: $entityId, accountId: $accountId, startDate: $startDate, endDate: $endDate, nonZeroFields: $nonZeroFields, fieldFilterKey: $fieldFilterKey, fieldFilterValue: $fieldFilterValue, fiscalYear: $fiscalYear, fiscalMonth: $fiscalMonth, fiscalQuarter: $fiscalQuarter, fiscalPreset: $fiscalPreset, includeCurrentMonth: $includeCurrentMonth, sortField: $sortField, sortDirection: $sortDirection, limit: $limit) {
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
