All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
modulegroupGetAllV1 | GET /1/object/modulegroup/getAll/{eContext} | Retrieve all Modulegroups |
ModulegroupGetAllV1Response modulegroupGetAllV1(eContext)
Retrieve all Modulegroups
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ObjectModulegroupApi();
let eContext = "eContext_example"; // String | The context of the Modulegroup
apiInstance.modulegroupGetAllV1(eContext, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
eContext | String | The context of the Modulegroup |
- Content-Type: Not defined
- Accept: application/json