GET api/triggers/GetByCustomerGroupId?id={id}
Get all Triggers by customer group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer Group ID |
globally unique identifier |
Required |
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": "eabce71d-317b-461f-9c06-55b498ddd934",
"Name": "sample string 2",
"Triggers": [
{
"Id": "21c098aa-052b-4002-97ad-c22c160a25c4",
"Name": "sample string 2"
},
{
"Id": "21c098aa-052b-4002-97ad-c22c160a25c4",
"Name": "sample string 2"
}
]
},
{
"Id": "eabce71d-317b-461f-9c06-55b498ddd934",
"Name": "sample string 2",
"Triggers": [
{
"Id": "21c098aa-052b-4002-97ad-c22c160a25c4",
"Name": "sample string 2"
},
{
"Id": "21c098aa-052b-4002-97ad-c22c160a25c4",
"Name": "sample string 2"
}
]
}
]