Authorization: Bearer ********************
{
"checkSelf": true,
"current": 0,
"size": 0,
"topic": "string",
"topicList": [
"string"
]
}
curl --location --request POST 'http://ip:port/openApi/api/v1/open/location/machine/standard/web/socket/history/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkSelf": true,
"current": 0,
"size": 0,
"topic": "string",
"topicList": [
"string"
]
}'
{
"code": "string",
"data": {
"current": 0,
"pages": 0,
"records": [
{
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"tag": "string",
"topic": "string",
"users": "string"
}
],
"size": 0,
"total": 0
},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}