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": "4cda1353-fb20-4f3c-947f-2be0b994c697",
"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": "ae593646-b0fb-47a1-9279-eead862202f5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:21:28",
"UpdateDate": "2026-02-24 14:21:28",
"CreateBy": "c2b959a0-309e-4b57-9699-af96e8e9aad9",
"UpdateBy": "ffb4271e-7e2b-4b80-8877-7691990411d2"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "4cda1353-fb20-4f3c-947f-2be0b994c697",
"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": "ae593646-b0fb-47a1-9279-eead862202f5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:21:28",
"UpdateDate": "2026-02-24 14:21:28",
"CreateBy": "c2b959a0-309e-4b57-9699-af96e8e9aad9",
"UpdateBy": "ffb4271e-7e2b-4b80-8877-7691990411d2"
}
]