POST AdminApi/EmailTempItem/Search
Request Information
URI Parameters
None.
Body Parameters
EmailTempItemCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
None. |
|
| DescId | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| Propertity | string |
None. |
|
| Remark | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemId": "e2a8c948-32be-494e-864a-02c6be17d4c3",
"DescId": "3591be91-4c1a-4a67-be62-7336f1b22905",
"Value": "sample string 3",
"Propertity": "sample string 4",
"Remark": "sample string 5",
"IsDeleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EmailTempItem| Name | Description | Type | Additional information |
|---|---|---|---|
| DescId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| PlaceHolder | string |
Required String length: inclusive between 0 and 50 |
|
| ObjectType | string |
Required String length: inclusive between 0 and 50 |
|
| Propertity | string |
Required String length: inclusive between 0 and 50 |
|
| Remark | string |
Max length: 1000 |
|
| Descriptions | Collection of MutiLanguage |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DescId": "f84a3045-b645-468b-95a6-85495e0f1415",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "01a36a4e-5d46-4c92-9d11-ddd95ce1d24a",
"ClientId": "f5e3c570-27aa-494b-a6f3-a53860f2d888",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:24",
"UpdateDate": "2025-10-28 19:00:24",
"CreateBy": "497c9864-3cae-41b2-9162-23a0d14c8f7a",
"UpdateBy": "87cc7a91-bdcf-450e-83e7-d1dad436a584"
},
{
"DescId": "f84a3045-b645-468b-95a6-85495e0f1415",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "01a36a4e-5d46-4c92-9d11-ddd95ce1d24a",
"ClientId": "f5e3c570-27aa-494b-a6f3-a53860f2d888",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:24",
"UpdateDate": "2025-10-28 19:00:24",
"CreateBy": "497c9864-3cae-41b2-9162-23a0d14c8f7a",
"UpdateBy": "87cc7a91-bdcf-450e-83e7-d1dad436a584"
}
]