{
"cursor": "string",
"page": 1,
"pageSize": 10,
"beginTime": 0,
"endTime": 0,
"eventId": "string",
"eventType": 0,
"eventType2": 0,
"status": [
0
],
"tags": [
"string"
],
"title": "string",
"creator": "string",
"hot": -127,
"filterType": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/pub/v1/event/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"page": 1,
"pageSize": 10,
"beginTime": 0,
"endTime": 0,
"eventId": "string",
"eventType": 0,
"eventType2": 0,
"status": [
0
],
"tags": [
"string"
],
"title": "string",
"creator": "string",
"hot": -127,
"filterType": 0
}'{
"code": 0,
"msg": "",
"data": {
"cursor": {},
"pageSize": 0,
"data": [
{
"beginTime": 0,
"creator": "",
"creatorType": 0,
"eventDescribe": "",
"endTime": 0,
"image": "",
"eventId": "",
"notary": "",
"oracleReward": "",
"status": 0,
"title": "",
"amount": "",
"favorite": false,
"eventType": 0,
"reason": "",
"state": 0
}
]
}
}