RCM Meetings (Legacy)
List Account Meeting Recordings
Returns the list of meeting recordings for the current account.
get/restapi/v1.0/account/{accountId}/meeting-recordings
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Query parameters
meetingIdstring
Internal identifier of a meeting. Either meetingId or meetingStartTime/meetingEndTime can be specified
meetingStartTimeFromstring date-time
Recordings of meetings started after the time specified will be returned. Either meetingId or meetingStartTime/meetingEndTime can be specified
meetingStartTimeTostring date-time
Recordings of meetings started before the time specified will be returned. The default value is current time. Either meetingId or meetingStartTime/meetingEndTime can be specified
pageinteger
Page number
perPageinteger
Number of items per page. The max value is supported to indicate the maximum size - 300
Response
OK