System Call Recording¶
Display system’s call recording platforms¶
-
GET
/api/v1/system/services/call_recording/platforms/
¶ The API is mapped to SystemCallRecordingGetPlatformListRequest20sp1
Add a system’s call recording platform¶
-
POST
/api/v1/system/services/call_recording/platforms/
¶ The API is mapped to SystemCallRecordingAddPlatformRequest20
Display a system’s call recording platform¶
-
GET
/api/v1/system/services/call_recording/platforms/
(string: instance_name)/
¶ The API is mapped to SystemCallRecordingGetPlatformInstanceRequest
Modify a system’s call recording platform¶
-
PUT
/api/v1/system/services/call_recording/platforms/
(string: instance_name)/
¶ The API is mapped to SystemCallRecordingModifyPlatformRequest
Delete a system’s call recording platform¶
-
DELETE
/api/v1/system/services/call_recording/platforms/
(string: instance_name)/
¶ The API is mapped to SystemCallRecordingDeletePlatformRequest
Display system’s call recording platform usage¶
-
GET
/api/v1/system/services/call_recording/platforms/
(string: instance_name)/usage/
¶ The API is mapped to SystemCallRecordingGetPlatformUsageRequest
Display system’s call recording properties¶
-
GET
/api/v1/system/services/call_recording/properties/
¶ The API is mapped to SystemCallRecordingGetRequest
Modify system’s call recording properties¶
-
PUT
/api/v1/system/services/call_recording/properties/
¶ The API is mapped to SystemCallRecordingModifyRequest