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": "7d7649c2-96af-4dbd-ab31-c35aee8b0676",
"DescId": "1932a312-e918-4c65-a46b-218b66414e6d",
"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": "b9e0c0dc-0680-49e0-806b-9a3656b372ae",
"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": "02512e01-16d8-4040-bf92-263ae50f7df9",
"ClientId": "e951c681-dfc4-4c73-9c52-6a51126e67b8",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:26:54",
"UpdateDate": "2026-02-24 14:26:54",
"CreateBy": "d88a4b4c-6749-4520-b677-97b87521e73d",
"UpdateBy": "c7f2134b-dbb1-4f95-b5cc-0b665c896594"
},
{
"DescId": "b9e0c0dc-0680-49e0-806b-9a3656b372ae",
"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": "02512e01-16d8-4040-bf92-263ae50f7df9",
"ClientId": "e951c681-dfc4-4c73-9c52-6a51126e67b8",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:26:54",
"UpdateDate": "2026-02-24 14:26:54",
"CreateBy": "d88a4b4c-6749-4520-b677-97b87521e73d",
"UpdateBy": "c7f2134b-dbb1-4f95-b5cc-0b665c896594"
}
]