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": "140e97e0-366f-4ec3-8006-1f9d14537015",
"Name": "sample string 2",
"Triggers": [
{
"Id": "7f9244f0-f90a-41c0-baeb-d8bacaa0b205",
"Name": "sample string 2"
},
{
"Id": "7f9244f0-f90a-41c0-baeb-d8bacaa0b205",
"Name": "sample string 2"
}
]
},
{
"Id": "140e97e0-366f-4ec3-8006-1f9d14537015",
"Name": "sample string 2",
"Triggers": [
{
"Id": "7f9244f0-f90a-41c0-baeb-d8bacaa0b205",
"Name": "sample string 2"
},
{
"Id": "7f9244f0-f90a-41c0-baeb-d8bacaa0b205",
"Name": "sample string 2"
}
]
}
]