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": "70e4079a-ba29-4ea1-9d58-03163dc0a62d",
"CustomerGroupId": "0a44e47c-fceb-4c2d-aea2-5aec61073031"
}
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": "955c0734-f56c-4ade-bded-bc1ae02a5247",
"TemplateId": 2,
"Name": "sample string 3",
"SourceUrl": "sample string 4",
"CustomerGroup": {
"Id": "04e1789e-9157-45ab-b91f-962a98b4c6fe",
"Name": "sample string 2"
},
"App": {
"Id": "04e1789e-9157-45ab-b91f-962a98b4c6fe",
"Name": "sample string 2"
},
"PreviewType": "Pinch",
"InheritanceRestriction": "RootAndChild",
"ChildTemplates": [
"0b1a0aca-34c5-499d-bd88-b73138cb6538",
"0a3a24a3-2453-4d74-bf01-531c0296f6cb"
]
},
{
"Id": "955c0734-f56c-4ade-bded-bc1ae02a5247",
"TemplateId": 2,
"Name": "sample string 3",
"SourceUrl": "sample string 4",
"CustomerGroup": {
"Id": "04e1789e-9157-45ab-b91f-962a98b4c6fe",
"Name": "sample string 2"
},
"App": {
"Id": "04e1789e-9157-45ab-b91f-962a98b4c6fe",
"Name": "sample string 2"
},
"PreviewType": "Pinch",
"InheritanceRestriction": "RootAndChild",
"ChildTemplates": [
"0b1a0aca-34c5-499d-bd88-b73138cb6538",
"0a3a24a3-2453-4d74-bf01-531c0296f6cb"
]
}
]