IVR
List IVR Prompts
Returns the list of IVR prompts.
get/restapi/v1.0/account/{accountId}/ivr-prompts
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Response
OK
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}