Properties
Protected
axios
axios: AxiosInstance
getConclusionReport
getConclusionReport: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
getConclusions
getConclusions: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
getHistoryLines
getHistoryLines: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
getQuestions
getQuestions: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
getSummary
getSummary: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
getTrackfile
getTrackfile: ((traversalId: string) => Promise<AxiosResponse<any>>)
Type declaration
-
- (traversalId: string): Promise<AxiosResponse<any>>
-
Returns Promise<AxiosResponse<any>>
setBaseUrl
setBaseUrl: ((baseURL: string) => void)
Type declaration
-
- (baseURL: string): void
-
Returns void
setToken
setToken: ((token: null | string) => void)
Type declaration
-
- (token: null | string): void
-
Returns void
A base class for the Traversals and ChatTraversals controllers. These Services have common endpoints.