PUT api/templates/search
Request Information
URI Parameters
None.
Body Parameters
TemplateListFilterDto| Name | 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": "8c36657b-1089-4cc5-ba5e-c2acdccb6b23",
"CustomerGroupId": "cf638f63-504f-4a37-8742-9e6bc4f52d24"
}
Response Information
Resource Description
Collection of TemplateInfoDto| Name | 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": "14333efc-b6cb-4122-a763-d5a1865a04ea",
"TemplateId": 2,
"Name": "sample string 3",
"SourceUrl": "sample string 4",
"CustomerGroup": {
"Id": "f691a18d-d764-41cb-abb5-3755a737b312",
"Name": "sample string 2"
},
"App": {
"Id": "f691a18d-d764-41cb-abb5-3755a737b312",
"Name": "sample string 2"
},
"PreviewType": "Pinch",
"InheritanceRestriction": "RootAndChild",
"ChildTemplates": [
"007c8955-806a-4e67-9c18-dd09f081485d",
"3250fdc5-8a2d-4afd-9cac-b9b8ce089d27"
]
},
{
"Id": "14333efc-b6cb-4122-a763-d5a1865a04ea",
"TemplateId": 2,
"Name": "sample string 3",
"SourceUrl": "sample string 4",
"CustomerGroup": {
"Id": "f691a18d-d764-41cb-abb5-3755a737b312",
"Name": "sample string 2"
},
"App": {
"Id": "f691a18d-d764-41cb-abb5-3755a737b312",
"Name": "sample string 2"
},
"PreviewType": "Pinch",
"InheritanceRestriction": "RootAndChild",
"ChildTemplates": [
"007c8955-806a-4e67-9c18-dd09f081485d",
"3250fdc5-8a2d-4afd-9cac-b9b8ce089d27"
]
}
]