QueryMetadata
Metadata about a marketing query — useful for client-side diagnostics, logging, and confirming which currency the monetary fields were returned in.
type QueryMetadata {
totalRecords: Int!
executionTimeMs: Int!
currency: String!
clientId: String!
}
Fields
QueryMetadata.totalRecords ● Int! non-null scalar common-objects
Total matching records before pagination was applied.
QueryMetadata.executionTimeMs ● Int! non-null scalar common-objects
Server-side execution time in milliseconds.
QueryMetadata.currency ● String! non-null scalar common-objects
Currency the monetary fields in this response are denominated in.
QueryMetadata.clientId ● String! non-null scalar common-objects
Echo of the clientId argument passed to the query.
Member Of
IncrementalForecastingSummaryResponse object ● MarketingAggregateResponse object ● MarketingRecordsResponse object