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 TriggerGroupDtoName | 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": "341a3523-a159-459f-97ee-644722d13a31", "Name": "sample string 2", "Triggers": [ { "Id": "22fef351-7c28-498d-a426-173da524da53", "Name": "sample string 2" }, { "Id": "22fef351-7c28-498d-a426-173da524da53", "Name": "sample string 2" } ] }, { "Id": "341a3523-a159-459f-97ee-644722d13a31", "Name": "sample string 2", "Triggers": [ { "Id": "22fef351-7c28-498d-a426-173da524da53", "Name": "sample string 2" }, { "Id": "22fef351-7c28-498d-a426-173da524da53", "Name": "sample string 2" } ] } ]