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 TriggerSelectionDtoName | 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": "50e6a0fa-fec1-4384-8ae1-56c4f4aa34a9", "Name": "sample string 2", "Triggers": [ { "Id": "22c3bf39-6e1f-47f2-8202-b4bc6ad517bf", "Name": "sample string 2" }, { "Id": "22c3bf39-6e1f-47f2-8202-b4bc6ad517bf", "Name": "sample string 2" } ], "IsExclude": true }, { "Id": "50e6a0fa-fec1-4384-8ae1-56c4f4aa34a9", "Name": "sample string 2", "Triggers": [ { "Id": "22c3bf39-6e1f-47f2-8202-b4bc6ad517bf", "Name": "sample string 2" }, { "Id": "22c3bf39-6e1f-47f2-8202-b4bc6ad517bf", "Name": "sample string 2" } ], "IsExclude": true } ]