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": "4142fb2f-5cc9-4d20-9b94-0d0b7eafd74e",
"DescId": "1372dd82-ef09-4f8a-bde8-f20a828dffad",
"Value": "sample string 3",
"Propertity": "sample string 4",
"Remark": "sample string 5",
"IsDeleted": true
}
application/x-www-form-urlencoded
Sample:
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": "79beb90b-f40b-4dc8-bfef-6d0b4479a371",
"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": "133a6052-0533-4fdf-b0c4-b5712cd2f940",
"ClientId": "02b6a5b1-c5a3-4fa2-921a-4df5e988344a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:05:18",
"UpdateDate": "2026-07-22 06:05:18",
"CreateBy": "002f196f-ff74-4b72-9e5a-f2492b128ec6",
"UpdateBy": "51f88d85-03be-4795-ad2e-97bb08fa5fc0"
},
{
"DescId": "79beb90b-f40b-4dc8-bfef-6d0b4479a371",
"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": "133a6052-0533-4fdf-b0c4-b5712cd2f940",
"ClientId": "02b6a5b1-c5a3-4fa2-921a-4df5e988344a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:05:18",
"UpdateDate": "2026-07-22 06:05:18",
"CreateBy": "002f196f-ff74-4b72-9e5a-f2492b128ec6",
"UpdateBy": "51f88d85-03be-4795-ad2e-97bb08fa5fc0"
}
]