GET api/templates/customergroup/{customerGroupId}
Get templates list for customer group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerGroupId |
customer group ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TemplateInfoDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TemplateId | integer |
None. |
|
Name | string |
None. |
|
SourceUrl | string |
None. |
|
CustomerGroup | NamedItem |
None. |
|
App | NamedItem |
None. |
|
PreviewType | TemplatePreviewTypeEnum |
None. |
|
InheritanceRestriction | TemplateInheritanceRestrictionEnum |
None. |
|
ChildTemplates | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "f4a899a8-05f1-4a89-aee2-9a745183af97", "TemplateId": 2, "Name": "sample string 3", "SourceUrl": "sample string 4", "CustomerGroup": { "Id": "e7c15b5e-4ea9-419b-8218-c48c125a39a1", "Name": "sample string 2" }, "App": { "Id": "e7c15b5e-4ea9-419b-8218-c48c125a39a1", "Name": "sample string 2" }, "PreviewType": "Pinch", "InheritanceRestriction": "RootAndChild", "ChildTemplates": [ "10b79611-0303-44be-86ef-3e68f1486a5e", "da11edfb-88c1-4c27-885c-05cf7dad7af7" ] }, { "Id": "f4a899a8-05f1-4a89-aee2-9a745183af97", "TemplateId": 2, "Name": "sample string 3", "SourceUrl": "sample string 4", "CustomerGroup": { "Id": "e7c15b5e-4ea9-419b-8218-c48c125a39a1", "Name": "sample string 2" }, "App": { "Id": "e7c15b5e-4ea9-419b-8218-c48c125a39a1", "Name": "sample string 2" }, "PreviewType": "Pinch", "InheritanceRestriction": "RootAndChild", "ChildTemplates": [ "10b79611-0303-44be-86ef-3e68f1486a5e", "da11edfb-88c1-4c27-885c-05cf7dad7af7" ] } ]