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