POST api/Search
Request Information
URI Parameters
None.
Body Parameters
SearchPagedRequestBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"keyword": "sample string 1",
"pageNumber": 2,
"pageSize": 3
}
application/postzipped
Sample:
Sample not available.
Response Information
Resource Description
WrappedResponseOfPagedListOfSearchResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Metadata | Metadata |
None. |
|
| Data | PagedListOfSearchResultDTO |
None. |
|
| Status | HttpStatusCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"metadata": {
"uiMessages": [
{
"code": "sample string 1",
"title": "sample string 2",
"message": "sample string 3",
"type": "SUCCESS",
"fieldId": "sample string 4",
"target": "TOAST",
"cultureName": "sample string 5"
},
{
"code": "sample string 1",
"title": "sample string 2",
"message": "sample string 3",
"type": "SUCCESS",
"fieldId": "sample string 4",
"target": "TOAST",
"cultureName": "sample string 5"
}
]
},
"data": null,
"status": "Continue"
}