API ReferenceRoomsFetch_past_rooms
Fetch Past Rooms
Fetch information about past rooms
Fetch information about past rooms
In: header
"ASC" | "DESC"application/json
curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/fetch_past_rooms" \ -H "Content-Type: application/json" \ -d '{ "room_ids": [ "string" ] }'{
"status": true,
"msg": "string",
"result": [
{}
]
}curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/fetch_past_rooms" \
-H "Content-Type: application/json" \
-d '{
"room_ids": [
"string"
]
}'