All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
notificationsectionGetNotificationtestsV1 | GET /1/object/notificationsection/{pkiNotificationsectionID}/getNotificationtests | Retrieve an existing Notificationsection's Notificationtests |
NotificationsectionGetNotificationtestsV1Response notificationsectionGetNotificationtestsV1(pkiNotificationsectionID, bShowHidden)
Retrieve an existing Notificationsection's Notificationtests
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.ObjectNotificationsectionApi();
let pkiNotificationsectionID = 56; // Number |
let bShowHidden = true; // Boolean | Whether or not to return the hidden Notificationtests
apiInstance.notificationsectionGetNotificationtestsV1(pkiNotificationsectionID, bShowHidden, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
pkiNotificationsectionID | Number | ||
bShowHidden | Boolean | Whether or not to return the hidden Notificationtests |
NotificationsectionGetNotificationtestsV1Response
- Content-Type: Not defined
- Accept: application/json