Interface RecordFilterResponse

Response from the filter records endpoint

interface RecordFilterResponse {
    items: RecordItem[];
    typing?: RecordTypeInformation;
}

Properties

Properties

items: RecordItem[]

List of records matching the filter

Present when includeTyping was requested