Interface RecordAggregateResponse

Response from the aggregate records endpoint

interface RecordAggregateResponse {
    aggregates: RecordAggregateResults;
    typing?: RecordTypeInformation;
}

Properties

Properties

Present when includeTyping was requested