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": "31dc2f17-c2e2-4ca9-a720-bb84a20a2be3",
"DescId": "94f4250c-c520-4dc4-b82b-64b8eae17ac7",
"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": "db1f966a-f7e1-4731-8ce6-bdd2e1efd535",
"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": "4665f9ab-c8a9-4ba5-bba3-b5fa21fc4d88",
"ClientId": "c9a28a14-3207-4cee-9963-ccb16711e444",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:11:12",
"UpdateDate": "2025-12-30 14:11:12",
"CreateBy": "59392425-3ebf-481c-b615-896563234a97",
"UpdateBy": "33d76481-bc81-431d-87b1-f48d767f1e33"
},
{
"DescId": "db1f966a-f7e1-4731-8ce6-bdd2e1efd535",
"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": "4665f9ab-c8a9-4ba5-bba3-b5fa21fc4d88",
"ClientId": "c9a28a14-3207-4cee-9963-ccb16711e444",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:11:12",
"UpdateDate": "2025-12-30 14:11:12",
"CreateBy": "59392425-3ebf-481c-b615-896563234a97",
"UpdateBy": "33d76481-bc81-431d-87b1-f48d767f1e33"
}
]