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": "9c53beba-9797-4deb-a8a5-2394ac6820c3",
"DescId": "3de05af4-3cd0-4eea-a139-c2f451c4a3f0",
"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": "00e9f629-2407-4b8e-bea2-5f776d7f0dc4",
"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": "2990a2e6-1bd7-41c8-930c-b03268cdde93",
"ClientId": "9fbd99e5-36b0-432a-bea8-1b9cb8fd555f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:24",
"UpdateDate": "2026-07-30 18:06:24",
"CreateBy": "3bf995c9-fbe7-44f1-a3b4-bbdf56e9d6e4",
"UpdateBy": "aab2d12f-3bcd-4a3f-b392-9fa457aa1f66"
},
{
"DescId": "00e9f629-2407-4b8e-bea2-5f776d7f0dc4",
"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": "2990a2e6-1bd7-41c8-930c-b03268cdde93",
"ClientId": "9fbd99e5-36b0-432a-bea8-1b9cb8fd555f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:24",
"UpdateDate": "2026-07-30 18:06:24",
"CreateBy": "3bf995c9-fbe7-44f1-a3b4-bbdf56e9d6e4",
"UpdateBy": "aab2d12f-3bcd-4a3f-b392-9fa457aa1f66"
}
]