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": "f9769f95-ddb2-4474-a60a-cd823da8d4d5",
"DescId": "abe58d1e-2c96-43ea-84c0-9c7a1e8c0e82",
"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": "1c618c08-6868-4d35-8ebf-765ba8c098b9",
"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": "bfd5dd79-4ad6-4fc4-88e9-82f7d2cbf9de",
"ClientId": "2b3df898-ed3f-449e-97ab-3a19ad4a3ef9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:48:35",
"UpdateDate": "2026-06-15 12:48:35",
"CreateBy": "9e8d866c-ed42-44b8-9ea8-ec2858fd7476",
"UpdateBy": "9a7abddb-d8a2-4b9d-8c26-3d20a9fa16ce"
},
{
"DescId": "1c618c08-6868-4d35-8ebf-765ba8c098b9",
"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": "bfd5dd79-4ad6-4fc4-88e9-82f7d2cbf9de",
"ClientId": "2b3df898-ed3f-449e-97ab-3a19ad4a3ef9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:48:35",
"UpdateDate": "2026-06-15 12:48:35",
"CreateBy": "9e8d866c-ed42-44b8-9ea8-ec2858fd7476",
"UpdateBy": "9a7abddb-d8a2-4b9d-8c26-3d20a9fa16ce"
}
]