REST APIs Call Control API Current: IVR API Methods PDF Download PDF Download page IVR API Methods. Current page All pages IVR API Methods The IVR APIs provide the ability to pause and resume call recording in the IVR.Pause Call RecordingDescription: Pause the call recording in IVR.User Roles: Sysadmin, Superuser, or ManagerRequestMethod: POST /callControl/ivr/{serviceId}/{sessionId}/pauseParameters:Variable NameTypeMandatory?DescriptionserviceIdIntegerYesThe service IDsessionIdStringYesThe session ID of the call to pauseBody:NoneResponseResponse Code: 204 No contentBody: NoneExamples Pause Call Recording #Request (JSON) POST /callControl/ivr/89127/U34T61F92429%4010.111.21.19/pause Host: localhost.com Content-Type: application/json Accept: application/json #Response 204 No Content CODE Resume RecordingDescription: Resume the call recording in IVR.User Roles: Sysadmin, Superuser, or ManagerRequestMethod: POST /callControl/ivr/{serviceId}/{sessionId}/resumeParameters:Variable NameTypeMandatory?DescriptionserviceIdIntegerYesThe service IDsessionIdStringYesThe session ID of the call to pauseBody:NoneResponseResponse Code: 204 No contentBody: NoneExamples Resume Call Recording #Request (JSON) POST /callControl/ivr/89127/U34T61F92429%4010.111.21.19/resume Host: localhost.com Content-Type: application/json Accept: application/json #Response 204 No Content CODE Top of Page ×