A list of entry ids returned by a records management folder query (for example, the records eligible for disposition or transfer, or the independent records under a record folder). Callers join these ids against the entry endpoints to retrieve the entries themselves.

interface IRecordEntryIdCollection {
    entryIds?: number[];
}

Implemented by

Properties

Properties

entryIds?: number[]

The matching entry ids.