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

    Class AdminDataHealthApi

    AdminDataHealthApi - object-oriented interface

    AdminDataHealthApi

    Hierarchy

    • BaseAPI
      • AdminDataHealthApi
    Index

    Constructors

    • Parameters

      • Optionalconfiguration: Configuration
      • basePath: string = BASE_PATH
      • axios: AxiosInstance = globalAxios

      Returns AdminDataHealthApi

    Properties

    axios: AxiosInstance = globalAxios
    basePath: string = BASE_PATH
    configuration: Configuration

    Methods

    • Retreive the datetime the multiple_ukrdcid table was fully refreshed

      Parameters

      • Optionaloptions: AxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<LastRunTime, any>>

      AdminDataHealthApi

    • Retreive a list of all master records with open work items, and the number of work items on each. Most useful when sorted by descending work item count, to identify records most in need of work item resolution.

      Parameters

      Returns Promise<AxiosResponse<PageWorkItemGroup, any>>

      AdminDataHealthApi