CustomerApplicationApi
CustomerApplicationApi - object-oriented interface
Export
CustomerApplicationApi
Extends
BaseAPI
Constructors
new CustomerApplicationApi()
new CustomerApplicationApi(
configuration?,basePath?,axios?):CustomerApplicationApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:undefined|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1ApplicationsGet()
apiV1ApplicationsGet(
skip?,take?,applicationName?,options?):Promise<AxiosResponse<CustomerApplicationResponseDTO[]>>
Parameters
skip?
number
take?
number
applicationName?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<CustomerApplicationResponseDTO[]>>
Throws
Memberof
CustomerApplicationApi
apiV1ApplicationsIdGet()
apiV1ApplicationsIdGet(
id,options?):Promise<AxiosResponse<CustomerApplicationResponseDTO>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<CustomerApplicationResponseDTO>>
Throws
Memberof
CustomerApplicationApi
apiV1ApplicationsIdPackageGet()
apiV1ApplicationsIdPackageGet(
id,options?):Promise<AxiosResponse<string>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<string>>
Throws
Memberof
CustomerApplicationApi