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

    Interface AdminDataHealthApiGetRecordWorkitemCountsRequest

    Request parameters for getRecordWorkitemCounts operation in AdminDataHealthApi.

    interface AdminDataHealthApiGetRecordWorkitemCountsRequest {
        orderBy?: OrderBy | null;
        page?: number;
        size?: number;
        sortBy?: WorkItemGroupSorterEnum | null;
    }
    Index
    orderBy?: OrderBy | null
    page?: number

    Page number

    size?: number

    Page size

    sortBy?: WorkItemGroupSorterEnum | null