Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.67 KB

ObjectNotificationsectionAPI.md

File metadata and controls

41 lines (27 loc) · 1.67 KB

ObjectNotificationsectionAPI

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

ObjectNotificationsectionAPI_notificationsectionGetNotificationtestsV1

// Retrieve an existing Notificationsection's Notificationtests
//
// 
//
notificationsection_get_notificationtests_v1_response_t* ObjectNotificationsectionAPI_notificationsectionGetNotificationtestsV1(apiClient_t *apiClient, int *pkiNotificationsectionID, int *bShowHidden);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
pkiNotificationsectionID int *
bShowHidden int * Whether or not to return the hidden Notificationtests

Return type

notificationsection_get_notificationtests_v1_response_t *

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]