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": "85aab011-befa-4086-b982-ce74e86c60ef", "Name": "sample string 2", "Triggers": [ { "Id": "f02306cb-ffa0-47d2-82b0-19b1bcfa62c6", "Name": "sample string 2" }, { "Id": "f02306cb-ffa0-47d2-82b0-19b1bcfa62c6", "Name": "sample string 2" } ] }, { "Id": "85aab011-befa-4086-b982-ce74e86c60ef", "Name": "sample string 2", "Triggers": [ { "Id": "f02306cb-ffa0-47d2-82b0-19b1bcfa62c6", "Name": "sample string 2" }, { "Id": "f02306cb-ffa0-47d2-82b0-19b1bcfa62c6", "Name": "sample string 2" } ] } ]