All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
| Method | HTTP request | Description |
|---|---|---|
| notificationtest_get_elements_v2 | GET /2/object/notificationtest/{pkiNotificationtestID}/getElements | Retrieve an existing Notificationtest's Elements |
notificationtest_get_elements_v2(pki_notificationtest_id)
Retrieve an existing Notificationtest's Elements
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectNotificationtestApi.new
pki_notificationtest_id = 56 # Integer |
begin
# Retrieve an existing Notificationtest's Elements
result = api_instance.notificationtest_get_elements_v2(pki_notificationtest_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectNotificationtestApi->notificationtest_get_elements_v2: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> notificationtest_get_elements_v2_with_http_info(pki_notificationtest_id)
begin
# Retrieve an existing Notificationtest's Elements
data, status_code, headers = api_instance.notificationtest_get_elements_v2_with_http_info(pki_notificationtest_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <NotificationtestGetElementsV2Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectNotificationtestApi->notificationtest_get_elements_v2_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| pki_notificationtest_id | Integer |
NotificationtestGetElementsV2Response
- Content-Type: Not defined
- Accept: application/json