All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
inscriptionnotauthenticatedGetCommunicationListV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationList | Retrieve Communication list |
InscriptionnotauthenticatedGetCommunicationListV1Response inscriptionnotauthenticatedGetCommunicationListV1(pkiInscriptionnotauthenticatedID)
Retrieve Communication list
// Import classes:
//import org.openapitools.client.api.ObjectInscriptionnotauthenticatedApi;
ObjectInscriptionnotauthenticatedApi apiInstance = new ObjectInscriptionnotauthenticatedApi();
Integer pkiInscriptionnotauthenticatedID = null; // Integer |
try {
InscriptionnotauthenticatedGetCommunicationListV1Response result = apiInstance.inscriptionnotauthenticatedGetCommunicationListV1(pkiInscriptionnotauthenticatedID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectInscriptionnotauthenticatedApi#inscriptionnotauthenticatedGetCommunicationListV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInscriptionnotauthenticatedID | Integer | [default to null] |
InscriptionnotauthenticatedGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json