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": "71126a8d-a02a-4034-b91d-cf7b6f801070", "Name": "sample string 2", "Triggers": [ { "Id": "33628508-260c-4cd4-8bf6-b48e30d9ad09", "Name": "sample string 2" }, { "Id": "33628508-260c-4cd4-8bf6-b48e30d9ad09", "Name": "sample string 2" } ] }, { "Id": "71126a8d-a02a-4034-b91d-cf7b6f801070", "Name": "sample string 2", "Triggers": [ { "Id": "33628508-260c-4cd4-8bf6-b48e30d9ad09", "Name": "sample string 2" }, { "Id": "33628508-260c-4cd4-8bf6-b48e30d9ad09", "Name": "sample string 2" } ] } ]