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": "20bbca72-0321-4e3a-a66f-a90ceb329172", "Name": "sample string 2", "Triggers": [ { "Id": "af7d1649-437a-4ff0-8601-85a655164006", "Name": "sample string 2" }, { "Id": "af7d1649-437a-4ff0-8601-85a655164006", "Name": "sample string 2" } ] }, { "Id": "20bbca72-0321-4e3a-a66f-a90ceb329172", "Name": "sample string 2", "Triggers": [ { "Id": "af7d1649-437a-4ff0-8601-85a655164006", "Name": "sample string 2" }, { "Id": "af7d1649-437a-4ff0-8601-85a655164006", "Name": "sample string 2" } ] } ]