All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ObjectNotificationsectionAPI_notificationsectionGetNotificationtestsV1 | GET /1/object/notificationsection/{pkiNotificationsectionID}/getNotificationtests | Retrieve an existing Notificationsection's Notificationtests |
// Retrieve an existing Notificationsection's Notificationtests
//
//
//
notificationsection_get_notificationtests_v1_response_t* ObjectNotificationsectionAPI_notificationsectionGetNotificationtestsV1(apiClient_t *apiClient, int *pkiNotificationsectionID, int *bShowHidden);
Name | Type | Description | Notes |
---|---|---|---|
apiClient | apiClient_t * | context containing the client configuration | |
pkiNotificationsectionID | int * | ||
bShowHidden | int * | Whether or not to return the hidden Notificationtests |
notificationsection_get_notificationtests_v1_response_t *
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]