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": "1b0d04d1-9c18-4719-af68-e2184ae3606c",
"Name": "sample string 2",
"Triggers": [
{
"Id": "68aa2a72-af3d-4de3-82c9-e40013fe7ed9",
"Name": "sample string 2"
},
{
"Id": "68aa2a72-af3d-4de3-82c9-e40013fe7ed9",
"Name": "sample string 2"
}
]
},
{
"Id": "1b0d04d1-9c18-4719-af68-e2184ae3606c",
"Name": "sample string 2",
"Triggers": [
{
"Id": "68aa2a72-af3d-4de3-82c9-e40013fe7ed9",
"Name": "sample string 2"
},
{
"Id": "68aa2a72-af3d-4de3-82c9-e40013fe7ed9",
"Name": "sample string 2"
}
]
}
]