SessionLogControllerV2Api
SessionLogControllerV2Api - object-oriented interface
Export
SessionLogControllerV2Api
Extends
BaseAPI
Constructors
new SessionLogControllerV2Api()
new SessionLogControllerV2Api(
configuration?,basePath?,axios?):SessionLogControllerV2Api
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
apiV2LogsEntityJobIdGet()
apiV2LogsEntityJobIdGet(
jobId,options?):Promise<AxiosResponse<SessionLogResponseDTOV2>>
Parameters
jobId
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<SessionLogResponseDTOV2>>
Throws
Memberof
SessionLogControllerV2Api
Found a mistake? Let us know.