GET api/triggers
Get all Triggers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TriggerGroupDto| Name | 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": "e5a6356c-df02-4d17-9c65-d323631be7f3",
"Name": "sample string 2",
"Triggers": [
{
"Id": "7dbd02ca-b7bf-4509-a746-48c485ea3227",
"Name": "sample string 2"
},
{
"Id": "7dbd02ca-b7bf-4509-a746-48c485ea3227",
"Name": "sample string 2"
}
]
},
{
"Id": "e5a6356c-df02-4d17-9c65-d323631be7f3",
"Name": "sample string 2",
"Triggers": [
{
"Id": "7dbd02ca-b7bf-4509-a746-48c485ea3227",
"Name": "sample string 2"
},
{
"Id": "7dbd02ca-b7bf-4509-a746-48c485ea3227",
"Name": "sample string 2"
}
]
}
]