Back to Apitable

.LaboratoryModuleExperimentalFunctionInterfaceApi

packages/api-client/LaboratoryModuleExperimentalFunctionInterfaceApi.md

1.13.0-beta.11.4 KB
Original Source

.LaboratoryModuleExperimentalFunctionInterfaceApi

All URIs are relative to http://backend/api/v1

MethodHTTP requestDescription
showAvailableLabsFeaturesGET /labs/featuresGet Lab Function List

showAvailableLabsFeatures

ResponseDataUserSpaceLabsFeatureVo showAvailableLabsFeatures()

Example

typescript
import {  } from '';
import * as fs from 'fs';

const configuration = .createConfiguration();
const apiInstance = new .LaboratoryModuleExperimentalFunctionInterfaceApi(configuration);

let body:any = {};

apiInstance.showAvailableLabsFeatures(body).then((data:any) => {
  console.log('API called successfully. Returned data: ' + data);
}).catch((error:any) => console.error(error));

Parameters

This endpoint does not need any parameter.

Return type

ResponseDataUserSpaceLabsFeatureVo

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

HTTP response details

Status codeDescriptionResponse headers
200OK-
500Internal Server Error-

[Back to top] [Back to API list] [Back to Model list] [Back to README]