Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover a single recording file from the meeting. Scopes:recording:write:adminrecording:write Rate Limit Label:Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/meetings//recordings//status'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
meetingId
string
必需
To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance.To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance.If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875=="), you must double encode the UUID before making an API request.
recordingId
string
必需
The recording ID.
Body 参数multipart/form-data
action
enum<string>
可选
枚举值:
recover
返回响应
🟢204**HTTP Status Code:** `204` <br> Meeting recording recovered.
application/json
Body
object{0}
🟠400**HTTP Status Code:** `400` <br>
**Error Code:** `1010` <br>
User does not belong to this account: {accountId}.
🟠404**HTTP Status Code:** `404` <br>Meeting recording not found.<br>
**Error Code:** `1001` <br> User {userId} does not exist or does not belong to this account.<br>
**Error Code:** `3301`There is no recording for this meeting.