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": "25199d95-4da2-4d9d-a6f9-7b214a251c65", "Name": "sample string 2", "Triggers": [ { "Id": "95aa7763-5e25-4ca5-b047-eba2c8fa624a", "Name": "sample string 2" }, { "Id": "95aa7763-5e25-4ca5-b047-eba2c8fa624a", "Name": "sample string 2" } ] }, { "Id": "25199d95-4da2-4d9d-a6f9-7b214a251c65", "Name": "sample string 2", "Triggers": [ { "Id": "95aa7763-5e25-4ca5-b047-eba2c8fa624a", "Name": "sample string 2" }, { "Id": "95aa7763-5e25-4ca5-b047-eba2c8fa624a", "Name": "sample string 2" } ] } ]