Enums§
- AddCall
LogAudio File Error - struct for typed errors of method
add_call_log_audio_file
- AddCall
LogError - struct for typed errors of method
add_call_log
- Delete
Call LogError - struct for typed errors of method
delete_call_log
- GetCall
LogError - struct for typed errors of method
get_call_log
- GetUser
Call Logs Error - struct for typed errors of method
get_user_call_logs
Functions§
- add_
call_ log - Adds a new call log.
- add_
call_ log_ audio_ file - Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.
- delete_
call_ log - Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.
- get_
call_ log - Returns details of a specific call log.
- get_
user_ call_ logs - Returns all call logs assigned to a particular user.