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": "38f81448-9924-4829-a1b3-b4f8043342ca",
"Name": "sample string 2",
"Triggers": [
{
"Id": "988baecb-bbe8-486f-85c0-9f54b8cfa09f",
"Name": "sample string 2"
},
{
"Id": "988baecb-bbe8-486f-85c0-9f54b8cfa09f",
"Name": "sample string 2"
}
]
},
{
"Id": "38f81448-9924-4829-a1b3-b4f8043342ca",
"Name": "sample string 2",
"Triggers": [
{
"Id": "988baecb-bbe8-486f-85c0-9f54b8cfa09f",
"Name": "sample string 2"
},
{
"Id": "988baecb-bbe8-486f-85c0-9f54b8cfa09f",
"Name": "sample string 2"
}
]
}
]