PUT api/templates/search
Request Information
URI Parameters
None.
Body Parameters
TemplateListFilterDtoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
AppId | globally unique identifier |
None. |
|
CustomerGroupId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "AppId": "129af3a2-cc61-4655-a474-08a6ab7a8ee9", "CustomerGroupId": "785ea967-565f-47b3-aeda-2926fba7873e" }
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": "ad9353e4-a59a-48d4-a128-c3df47dfe25d", "TemplateId": 2, "Name": "sample string 3", "SourceUrl": "sample string 4", "CustomerGroup": { "Id": "7b34a4b8-f620-4c04-873f-dea63daf0d34", "Name": "sample string 2" }, "App": { "Id": "7b34a4b8-f620-4c04-873f-dea63daf0d34", "Name": "sample string 2" }, "PreviewType": "Pinch", "InheritanceRestriction": "RootAndChild", "ChildTemplates": [ "e50f605a-97c9-4560-a3b8-0540317f195f", "b5544d1f-5220-45ad-9a37-a10a0f1eec2d" ] }, { "Id": "ad9353e4-a59a-48d4-a128-c3df47dfe25d", "TemplateId": 2, "Name": "sample string 3", "SourceUrl": "sample string 4", "CustomerGroup": { "Id": "7b34a4b8-f620-4c04-873f-dea63daf0d34", "Name": "sample string 2" }, "App": { "Id": "7b34a4b8-f620-4c04-873f-dea63daf0d34", "Name": "sample string 2" }, "PreviewType": "Pinch", "InheritanceRestriction": "RootAndChild", "ChildTemplates": [ "e50f605a-97c9-4560-a3b8-0540317f195f", "b5544d1f-5220-45ad-9a37-a10a0f1eec2d" ] } ]