All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
inscriptiontempGetCommunicationCountV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCount | Retrieve Communication count |
inscriptiontempGetCommunicationListV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList | Retrieve Communication list |
inscriptiontempGetCommunicationrecipientsV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipients | Retrieve Inscriptiontemp's Communicationrecipient |
inscriptiontempGetCommunicationsendersV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsenders | Retrieve Inscriptiontemp's Communicationsender |
InscriptiontempGetCommunicationCountV1Response inscriptiontempGetCommunicationCountV1(pkiInscriptiontempID)
Retrieve Communication count
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int |
try {
val result : InscriptiontempGetCommunicationCountV1Response = apiInstance.inscriptiontempGetCommunicationCountV1(pkiInscriptiontempID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationCountV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationCountV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | kotlin.Int |
InscriptiontempGetCommunicationCountV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
InscriptiontempGetCommunicationListV1Response inscriptiontempGetCommunicationListV1(pkiInscriptiontempID)
Retrieve Communication list
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int |
try {
val result : InscriptiontempGetCommunicationListV1Response = apiInstance.inscriptiontempGetCommunicationListV1(pkiInscriptiontempID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationListV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationListV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | kotlin.Int |
InscriptiontempGetCommunicationListV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
InscriptiontempGetCommunicationrecipientsV1Response inscriptiontempGetCommunicationrecipientsV1(pkiInscriptiontempID)
Retrieve Inscriptiontemp's Communicationrecipient
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int |
try {
val result : InscriptiontempGetCommunicationrecipientsV1Response = apiInstance.inscriptiontempGetCommunicationrecipientsV1(pkiInscriptiontempID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationrecipientsV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationrecipientsV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | kotlin.Int |
InscriptiontempGetCommunicationrecipientsV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
InscriptiontempGetCommunicationsendersV1Response inscriptiontempGetCommunicationsendersV1(pkiInscriptiontempID)
Retrieve Inscriptiontemp's Communicationsender
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectInscriptiontempApi()
val pkiInscriptiontempID : kotlin.Int = 56 // kotlin.Int |
try {
val result : InscriptiontempGetCommunicationsendersV1Response = apiInstance.inscriptiontempGetCommunicationsendersV1(pkiInscriptiontempID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationsendersV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectInscriptiontempApi#inscriptiontempGetCommunicationsendersV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptiontempID | kotlin.Int |
InscriptiontempGetCommunicationsendersV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json