{
"collaborationID": "string",
"sessionID": "string",
"messageType": 0,
"offset": 0,
"limit": 0
}
curl --location --request POST '/messages/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"collaborationID": "string",
"sessionID": "string",
"messageType": 0,
"offset": 0,
"limit": 0
}'
{
"code": 0,
"message": "",
"data": {
"@type": "type.googleapis.com/hileia_core_collaboration.v1.QueryMessagesResp",
"messages": [
{
"msgID": "230421",
"collaborationID": "6e1bf2145abb4fca93c5d9924c925b65",
"sessionID": "5988d89b10434daab03be3aeecde1130",
"userID": "user01",
"messageType": 1,
"data": "😁😂😂😂😂",
"sendTime": "1662714858702"
},
{
"msgID": "230420",
"collaborationID": "6e1bf2145abb4fca93c5d9924c925b65",
"sessionID": "5988d89b10434daab03be3aeecde1130",
"userID": "user01",
"messageType": 1,
"data": "😁😂😂😂😂",
"sendTime": "1662714858265"
},
{
"msgID": "230419",
"collaborationID": "6e1bf2145abb4fca93c5d9924c925b65",
"sessionID": "5988d89b10434daab03be3aeecde1130",
"userID": "user01",
"messageType": 1,
"data": "😁😂😂😂😂",
"sendTime": "1662714857401"
}
]
}
}