Last Updated on : 2023-06-15 05:44:57
Query the details of a specified meeting based on the meeting reservation ID. The returned result includes the meeting participants, those who are mentioned in the carbon copy, attachment lists, and other basic parameters.
GET: /v2.0/iot-03/meeting-reservations/{reservation_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | uri | true | The reservation ID. |
Parameter name | Type | Description |
---|---|---|
result | MeetingReservationRes | The meeting details. |
Description of result
Parameter name | Type | Description |
---|---|---|
reservation_id | String | The reservation ID. |
topic | String | The theme of a specified meeting. |
start_time | Long | The start time of a specified meeting. |
end_time | Long | The end time of a specified meeting. |
status | Integer | The status of a specified meeting. |
room_id | String | The ID of a specified meeting room. |
participants | List | The ID of a specified participant in the meeting. |
cc_participants | List | The ID of a specified person who is mentioned in the carbon copy. |
notice | Boolean | The push notification. |
notice_time | Long | The period for a push notification to be sent in advance of a meeting. |
description | String | The description of a specified meeting. |
creator | String | The ID of the user who creates the meeting. |
modifier | String | The ID of the user who modifies the meeting. |
gmt_create | Long | The time when it is created. |
gmt_modified | Long | The time when it is modified. |
attachments | List | The information about a specified attachment. |
Description of attachments
Parameter name | Type | Description |
---|---|---|
name | String | The name of a specified attachment. |
url | String | The URL of a specified attachment. |
size | String | The size of a specified attachment. |
type | String | The type of a specified attachment. |
GET: /v2.0/iot-03/meeting-reservations/140953569536560****
{
"result": {
"gmt_create": 1624894472339,
"room_id": "12333****",
"cc_participants": [
"22****",
"53****",
"44****",
"55****"
],
"creator": "sun****",
"attachments": [
{
"type": "jpg",
"url": "https://****.com/stone/263c885f-0afc-4271-8e77-****.png",
"size": "332.3kb",
"name": "c.jpg"
}
],
"modifier": "32****",
"end_time": 1624933200000,
"description": "meeting test add by chenbin 01231411.",
"gmt_modified": 1624894472368,
"reservation_id": "140953569536560****",
"start_time": 1624930800000,
"notice_time": 1000,
"topic": "sun_meeting_221",
"notice": true,
"participants": [
"43****",
"12****",
"13****"
],
"status": 1
},
"t": 1625038715831,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback