All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
communicationGetObjectV2 | GET /2/object/communication/{pkiCommunicationID} | Retrieve an existing Communication |
CommunicationGetObjectV2Response communicationGetObjectV2(pkiCommunicationID)
Retrieve an existing Communication
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.ObjectCommunicationApi();
let pkiCommunicationID = 56; // Number |
apiInstance.communicationGetObjectV2(pkiCommunicationID, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
pkiCommunicationID | Number |
CommunicationGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json