POST api/content/advanceSearch
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "typeid": 1, "state": 2, "sortType": "sample string 3", "keyword": "sample string 4", "channelIds": [ 1, 2, 3 ], "fields": [ "sample string 1", "sample string 2", "sample string 3" ], "page": 5, "limit": 6, "keys": [ "sample string 1", "sample string 2", "sample string 3" ], "appid": 7 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "returnCode": "sample string 1", "returnMsg": "sample string 2", "resultCode": "sample string 3", "errorCode": "sample string 4", "errorCodeDes": "sample string 5", "currentTime": "2025-04-04 18:34:50", "data": {} }