Юниверс MDM SDK UI
v6.15.0

Класс ReadBiProviderListOp

Операция чтения списка провайдеров BI

Иерархия (Просмотр сводки)

Индекс

Конструкторы

Свойства

apiVersion: string
axiosPromise: AxiosPromise<any> | null
baseURL: string
urlContext?: UrlContextType
operationId: number

Методы

  • Redefined function query url Builder

    Возвращает string

  • Выполняет HTTP-запрос и возвращает результат операции.

    Возвращает Promise<BiProvider[]>

  • return raw data from responce

    Параметры

    • value: Record<string, any>

    Возвращает any

  • Returns the name of the property where the expected data is stored

    Возвращает string | string[]

  • Returns the name of the property that contains the request success flag

    Возвращает string

  • Returns the response code that is considered successful

    Возвращает number

  • Returns true if the data has a success flag

    Параметры

    • data: Record<string, any>

    Возвращает boolean