GET {{baseUrl}}/past_meetings/:meetingId
Get information about a past meeting. Scopes: Rate Limit Label: meeting:read:admin
,meeting:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<long>",
"uuid": "<string>",
"duration": "<integer>",
"start_time": "<dateTime>",
"end_time": "<dateTime>",
"host_id": "<string>",
"dept": "<string>",
"participants_count": "<integer>",
"source": "<string>",
"topic": "<string>",
"total_minutes": "<integer>",
"type": 7,
"user_email": "<email>",
"user_name": "<string>"
} |
ENDPOINTS