Retrieves the values for a specific trigger ID.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
The trigger ID of a specific trigger.
application/json
application/json
curl -X GET "https://example.com/m2m/v2/triggers/be1b5958-3e11-41db-9abd-b1b7618c0035"{ "triggers": [ { "triggerId": "BE1B5958-3E11-41DB-9ABD-B1B7618C0035", "triggerName": "Anomaly Daily Usage REST Test-1", "organizationName": "AnamolyDetectionRTRTest", "triggerCategory": "UsageAnomaly", "triggerAttributes": [ { "key": "DataPercentage50", "value": false } ], "createdAt": "2021-10-21T23:57:03.397.0000Z", "modifiedAt": "2021-10-21T23:57:03.397.0000Z", "notification": { "notificationType": "DailySummary", "callback": true, "emailNotification": true, "notificationGroupName": "Anomaly Test API", "notificationFrequencyFactor": -2147483648, "externalEmailRecipients": "placeholder@verizon.com", "smsNotification": true, "smsNumbers": [ { "carrier": "US Cellular", "number": "9299280711" } ], "reminder": false, "severity": "Critical" } } ]}{ "errorCode": "str", "errorMessage": "string"}