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": "d43f6fbc-6a3d-4184-8455-3987590b8fb9",
"DescId": "00cadf14-2912-4955-88b9-6e8400a070ea",
"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": "5bf1d1a5-9078-4b71-bd79-23f9de59bc92",
"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": "8bae2ce6-8d85-4791-9c8a-91a05dd1932d",
"ClientId": "a6d563a3-1fdf-41af-b07f-9d13020e0128",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:48",
"UpdateDate": "2026-09-16 11:18:48",
"CreateBy": "97892b90-ddd6-4687-b9e0-01d60391e178",
"UpdateBy": "306fcc20-b85a-45c6-8cc8-2dabc3ffd4f4"
},
{
"DescId": "5bf1d1a5-9078-4b71-bd79-23f9de59bc92",
"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": "8bae2ce6-8d85-4791-9c8a-91a05dd1932d",
"ClientId": "a6d563a3-1fdf-41af-b07f-9d13020e0128",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:48",
"UpdateDate": "2026-09-16 11:18:48",
"CreateBy": "97892b90-ddd6-4687-b9e0-01d60391e178",
"UpdateBy": "306fcc20-b85a-45c6-8cc8-2dabc3ffd4f4"
}
]