Returns the screen recording settings for remote control sessions, including whether recording is enabled, frame rate, codec type, storage size limits, color quality, and whether authenticated video download is required.
get /dcapi/tools/remoteControl/screenRecording
https://{serverurl}/dcapi/tools/remoteControl/screenRecording
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/remoteControl/screenRecording \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Screen recording: 0=Disabled, 1=Enabled
Recording frame rate
Video codec type identifier
Color quality level
Maximum storage size in MB for recordings. Range: 1-1000
Minimum free space check: 0=Disabled, 1=Enabled
Authenticated video download: 0=Disabled, 1=Enabled
Notify end user about recording: 0=Disabled, 1=Enabled
Notification message shown to the end user during recording
{
"isNotifyUserEnabled": 1,
"notifyMessage": "This session is being recorded.",
"isScreenRecEnabled": 1,
"framesPerSec": 15,
"recMaintainsSize": 500,
"codecType": 1,
"driveFreeSpace": 1,
"colorQuality": 2,
"isAuthVideoDownload": 0
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.