GET {{baseUrl}}/report/meetings/:meetingId
Get a detailed report for a past meeting. Prerequisites: Scopes: Rate Limit Label:
report:read:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"custom_keys": [
{
"key": "<string>",
"value": "<string>"
},
{
"key": "<string>",
"value": "<string>"
}
],
"dept": "<string>",
"duration": "<integer>",
"end_time": "<dateTime>",
"id": "<long>",
"participants_count": "<integer>",
"start_time": "<dateTime>",
"topic": "<string>",
"total_minutes": "<integer>",
"tracking_fields": [
{
"field": "<string>",
"value": "<string>"
},
{
"field": "<string>",
"value": "<string>"
}
],
"type": "<integer>",
"user_email": "<string>",
"user_name": "<string>",
"uuid": "<string>"
} |
ENDPOINTS