meetings.list

GET https://relay.bluejeans.com/api/meetings/
Get a list of upcoming Meetings, optionally filtered by Endpoint. Meetings are excluded if they ended more than 30 minutes ago or if they start more than 14 hours from now.
GET /api/meetings/?endpoint=4fb329c03a8ce62480d87e24 HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json [ { "calendarEventId": "aackik07sucq77q6mqa2up1cso", "calendarType": null, "cluster": "PROD", "description": "Join my meeting using https://bluejeans.com/10990/0000", "endTime": 1449626113788, "endpointIds": [ "4fb329c03a8ce62480d87e24" ], "id": "539837779bab9338fa9a6a3e", "meetingId": "10990", "meetingType": null, "meetingVisibility": null, "organizer": "ben@bluejeansnet.com", "passcode": "0000", "startTime": 1449622513788, "title": "My Personal Meeting" }, { "calendarEventId": "aackik07sucq77q6mqa2up1csp", "calendarType": null, "cluster": null, "description": "I'm just booking this room, there is no associated Blue Jeans meeting.", "endTime": 1449629713788, "endpointIds": [ "4fb329c03a8ce62480d87e24" ], "id": "539837779bab9338fa9a6a3f", "meetingId": null, "meetingType": null, "meetingVisibility": null, "organizer": "ben@bluejeansnet.com", "passcode": null, "startTime": 1449622513788, "title": "Room reservation without a video meeting" } ]

inputs

endpoint

The ID of the Endpoint to show meetings for, or omitted to show all upcoming Meetings.
String QUERY no
4fb329c03a8ce62480d87e24

primetimetype

Optionally the type of Primetime details to return (e.g., MEETME, or EVENT). If omitted EVENT is used.
PrimetimeType QUERY no

outputs

A list of Meetings, or the empty list [] if none are found.
application/json List<Meeting>