Skip to content

Latest commit

 

History

History
208 lines (148 loc) · 8.03 KB

ObjectInscriptionnotauthenticatedApi.md

File metadata and controls

208 lines (148 loc) · 8.03 KB

ObjectInscriptionnotauthenticatedApi

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
inscriptionnotauthenticatedGetCommunicationCountV1 GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationCount Retrieve Communication count
inscriptionnotauthenticatedGetCommunicationListV1 GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationList Retrieve Communication list
inscriptionnotauthenticatedGetCommunicationrecipientsV1 GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationrecipients Retrieve Inscriptionnotauthenticated's Communicationrecipient
inscriptionnotauthenticatedGetCommunicationsendersV1 GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationsenders Retrieve Inscriptionnotauthenticated's Communicationsender

inscriptionnotauthenticatedGetCommunicationCountV1

InscriptionnotauthenticatedGetCommunicationCountV1Response inscriptionnotauthenticatedGetCommunicationCountV1(pkiInscriptionnotauthenticatedID)

Retrieve Communication count

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptionnotauthenticatedApi()
val pkiInscriptionnotauthenticatedID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptionnotauthenticatedGetCommunicationCountV1Response = apiInstance.inscriptionnotauthenticatedGetCommunicationCountV1(pkiInscriptionnotauthenticatedID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationCountV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationCountV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptionnotauthenticatedID kotlin.Int

Return type

InscriptionnotauthenticatedGetCommunicationCountV1Response

Authorization

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

HTTP request headers

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

inscriptionnotauthenticatedGetCommunicationListV1

InscriptionnotauthenticatedGetCommunicationListV1Response inscriptionnotauthenticatedGetCommunicationListV1(pkiInscriptionnotauthenticatedID)

Retrieve Communication list

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptionnotauthenticatedApi()
val pkiInscriptionnotauthenticatedID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptionnotauthenticatedGetCommunicationListV1Response = apiInstance.inscriptionnotauthenticatedGetCommunicationListV1(pkiInscriptionnotauthenticatedID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationListV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationListV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptionnotauthenticatedID kotlin.Int

Return type

InscriptionnotauthenticatedGetCommunicationListV1Response

Authorization

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

HTTP request headers

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

inscriptionnotauthenticatedGetCommunicationrecipientsV1

InscriptionnotauthenticatedGetCommunicationrecipientsV1Response inscriptionnotauthenticatedGetCommunicationrecipientsV1(pkiInscriptionnotauthenticatedID)

Retrieve Inscriptionnotauthenticated's Communicationrecipient

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptionnotauthenticatedApi()
val pkiInscriptionnotauthenticatedID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptionnotauthenticatedGetCommunicationrecipientsV1Response = apiInstance.inscriptionnotauthenticatedGetCommunicationrecipientsV1(pkiInscriptionnotauthenticatedID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationrecipientsV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationrecipientsV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptionnotauthenticatedID kotlin.Int

Return type

InscriptionnotauthenticatedGetCommunicationrecipientsV1Response

Authorization

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

HTTP request headers

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

inscriptionnotauthenticatedGetCommunicationsendersV1

InscriptionnotauthenticatedGetCommunicationsendersV1Response inscriptionnotauthenticatedGetCommunicationsendersV1(pkiInscriptionnotauthenticatedID)

Retrieve Inscriptionnotauthenticated's Communicationsender

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectInscriptionnotauthenticatedApi()
val pkiInscriptionnotauthenticatedID : kotlin.Int = 56 // kotlin.Int | 
try {
    val result : InscriptionnotauthenticatedGetCommunicationsendersV1Response = apiInstance.inscriptionnotauthenticatedGetCommunicationsendersV1(pkiInscriptionnotauthenticatedID)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationsendersV1")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationsendersV1")
    e.printStackTrace()
}

Parameters

Name Type Description Notes
pkiInscriptionnotauthenticatedID kotlin.Int

Return type

InscriptionnotauthenticatedGetCommunicationsendersV1Response

Authorization

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

HTTP request headers

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