POST Api/Marketing/GetSearchKey
Request Information
URI Parameters
None.
Body Parameters
SearchKeyCond| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchKeyType | integer |
None. |
|
| Language | string |
None. |
|
| Value | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchKeyType": 1,
"Language": "sample string 2",
"Value": "sample string 3",
"Page": 4,
"PageSize": 5,
"Offset": 15,
"SortName": "sample string 6",
"SortOrder": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageDataOfSearchKey| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of SearchKey |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"Key": "sample string 1",
"Lang": 0,
"Qty": 2,
"Type": 0,
"SearchType": 0,
"SearchLang": 0,
"TypeString": "自动生成",
"LanguageString": "英文",
"Id": "fd6d7331-2cd6-465a-b68e-8bdad131b324",
"ClientId": "e1fc4650-a5e2-425e-9b44-0e624af4af74",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:31",
"UpdateDate": "2025-10-28 19:09:31",
"CreateBy": "eae2868e-7b9b-49cc-9747-3fc7c27c3a30",
"UpdateBy": "1b541f28-b77b-49be-8006-9e05bcdf1c5f"
},
{
"Key": "sample string 1",
"Lang": 0,
"Qty": 2,
"Type": 0,
"SearchType": 0,
"SearchLang": 0,
"TypeString": "自动生成",
"LanguageString": "英文",
"Id": "fd6d7331-2cd6-465a-b68e-8bdad131b324",
"ClientId": "e1fc4650-a5e2-425e-9b44-0e624af4af74",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:31",
"UpdateDate": "2025-10-28 19:09:31",
"CreateBy": "eae2868e-7b9b-49cc-9747-3fc7c27c3a30",
"UpdateBy": "1b541f28-b77b-49be-8006-9e05bcdf1c5f"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}