GET api/triggers
Get all Triggers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TriggerGroupDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Triggers | Collection of TriggerDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "8bd7783d-5679-432a-b6b2-a015f0f130b8", "Name": "sample string 2", "Triggers": [ { "Id": "20ad1510-8a98-48ba-906a-804adb6015ca", "Name": "sample string 2" }, { "Id": "20ad1510-8a98-48ba-906a-804adb6015ca", "Name": "sample string 2" } ] }, { "Id": "8bd7783d-5679-432a-b6b2-a015f0f130b8", "Name": "sample string 2", "Triggers": [ { "Id": "20ad1510-8a98-48ba-906a-804adb6015ca", "Name": "sample string 2" }, { "Id": "20ad1510-8a98-48ba-906a-804adb6015ca", "Name": "sample string 2" } ] } ]