POST AdminApi/EmailTypeItems/Search
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CodeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Module | string |
String length: inclusive between 0 and 20 |
|
| Function | string |
String length: inclusive between 0 and 20 |
|
| Key | string |
String length: inclusive between 0 and 20 |
|
| Value | string |
Required String length: inclusive between 0 and 200 |
|
| DescTransId | globally unique identifier |
None. |
|
| Remark | string |
None. |
|
| Description | string |
None. |
|
| Descriptions | Collection of MutiLanguage |
None. |
|
| Id | integer |
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:
[
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "a7a3bca2-f2b2-441d-90b4-453f43ddb4cf",
"Remark": "sample string 6",
"Description": "sample string 7",
"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": 8,
"ClientId": "6579f90d-8537-4605-a99e-cedd3ce56ef6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:11:17",
"UpdateDate": "2025-10-28 19:11:17",
"CreateBy": "f79f12d1-3e5c-48e8-aa15-fff18b41b7a1",
"UpdateBy": "4182344f-489a-4c5e-85e8-9f8c99c41d4f"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "a7a3bca2-f2b2-441d-90b4-453f43ddb4cf",
"Remark": "sample string 6",
"Description": "sample string 7",
"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": 8,
"ClientId": "6579f90d-8537-4605-a99e-cedd3ce56ef6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:11:17",
"UpdateDate": "2025-10-28 19:11:17",
"CreateBy": "f79f12d1-3e5c-48e8-aa15-fff18b41b7a1",
"UpdateBy": "4182344f-489a-4c5e-85e8-9f8c99c41d4f"
}
]