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": "200506bb-89e6-4bc3-991a-38f30c4db504",
"DescId": "7f1482fc-5528-42b3-a379-ec1d4ae1e424",
"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": "0e208ec3-b460-4b77-a5d9-70294fbb63f9",
"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": "a066cecf-8bbb-4a82-89a2-5301bac18251",
"ClientId": "09baa420-a4e7-4428-aa7f-cb792438711d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:42",
"UpdateDate": "2026-08-17 02:06:42",
"CreateBy": "1b0b7bd2-d6db-4266-9c49-aee59382549e",
"UpdateBy": "780909bd-7bca-4d32-80a1-e575a28ae199"
},
{
"DescId": "0e208ec3-b460-4b77-a5d9-70294fbb63f9",
"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": "a066cecf-8bbb-4a82-89a2-5301bac18251",
"ClientId": "09baa420-a4e7-4428-aa7f-cb792438711d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:42",
"UpdateDate": "2026-08-17 02:06:42",
"CreateBy": "1b0b7bd2-d6db-4266-9c49-aee59382549e",
"UpdateBy": "780909bd-7bca-4d32-80a1-e575a28ae199"
}
]