Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.59 KB

ObjectModulegroupApi.md

File metadata and controls

57 lines (40 loc) · 1.59 KB

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 classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectModulegroupApi()
val eContext : kotlin.String = eContext_example // kotlin.String | The context of the Modulegroup
try {
    val result : ModulegroupGetAllV1Response = apiInstance.modulegroupGetAllV1(eContext)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectModulegroupApi#modulegroupGetAllV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectModulegroupApi#modulegroupGetAllV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
eContext kotlin.String The context of the Modulegroup [enum: Api, User]

Return type

ModulegroupGetAllV1Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

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