Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (38 loc) · 1.66 KB

ObjectModulegroupApi.md

File metadata and controls

58 lines (38 loc) · 1.66 KB

EZmaxApiDefinitionFull.ObjectModulegroupApi

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

modulegroupGetAllV1

ModulegroupGetAllV1Response modulegroupGetAllV1(eContext)

Retrieve all Modulegroups

Example

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);
  }
});

Parameters

Name Type Description Notes
eContext String The context of the Modulegroup

Return type

ModulegroupGetAllV1Response

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json