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": "6ee68d3d-6500-44a2-812c-f1aad5af1f72",
"Name": "sample string 2",
"Triggers": [
{
"Id": "3b166820-7d1b-40a9-ba12-38fb46cab5d5",
"Name": "sample string 2"
},
{
"Id": "3b166820-7d1b-40a9-ba12-38fb46cab5d5",
"Name": "sample string 2"
}
]
},
{
"Id": "6ee68d3d-6500-44a2-812c-f1aad5af1f72",
"Name": "sample string 2",
"Triggers": [
{
"Id": "3b166820-7d1b-40a9-ba12-38fb46cab5d5",
"Name": "sample string 2"
},
{
"Id": "3b166820-7d1b-40a9-ba12-38fb46cab5d5",
"Name": "sample string 2"
}
]
}
]