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