@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MasterRecordsApiGetMasterRecordMessagesRequest

    Request parameters for getMasterRecordMessages operation in MasterRecordsApi.

    MasterRecordsApiGetMasterRecordMessagesRequest

    interface MasterRecordsApiGetMasterRecordMessagesRequest {
        channel?: string[];
        facility?: string;
        orderBy?: OrderBy;
        page?: number;
        recordId: number;
        since?: string;
        size?: number;
        sortBy?: MessageEnum;
        status?: string[];
        until?: string;
    }
    Index

    Properties

    channel?: string[]

    MasterRecordsApiGetMasterRecordMessages

    facility?: string

    MasterRecordsApiGetMasterRecordMessages

    orderBy?: OrderBy

    MasterRecordsApiGetMasterRecordMessages

    page?: number

    MasterRecordsApiGetMasterRecordMessages

    recordId: number

    MasterRecordsApiGetMasterRecordMessages

    since?: string

    MasterRecordsApiGetMasterRecordMessages

    size?: number

    MasterRecordsApiGetMasterRecordMessages

    sortBy?: MessageEnum

    MasterRecordsApiGetMasterRecordMessages

    status?: string[]

    MasterRecordsApiGetMasterRecordMessages

    until?: string

    MasterRecordsApiGetMasterRecordMessages