GET api/pinches/{id}/triggers
Get Trigger Groups with Triggers by Pinch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TriggerSelectionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Triggers | Collection of TriggerDto |
None. |
|
| IsExclude | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "58579549-7ebb-4070-86b1-f9e9ff12c1b7",
"Name": "sample string 2",
"Triggers": [
{
"Id": "2355e551-3edc-4f7f-a914-b9b6e44037ec",
"Name": "sample string 2"
},
{
"Id": "2355e551-3edc-4f7f-a914-b9b6e44037ec",
"Name": "sample string 2"
}
],
"IsExclude": true
},
{
"Id": "58579549-7ebb-4070-86b1-f9e9ff12c1b7",
"Name": "sample string 2",
"Triggers": [
{
"Id": "2355e551-3edc-4f7f-a914-b9b6e44037ec",
"Name": "sample string 2"
},
{
"Id": "2355e551-3edc-4f7f-a914-b9b6e44037ec",
"Name": "sample string 2"
}
],
"IsExclude": true
}
]