Extensions
List User Templates
Returns the list of user templates for the current account.
get/restapi/v1.0/account/{accountId}/templates
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)
Query parameters
type'UserSettings' | 'CallHandling'
Type of template
pageinteger
Indicates a page number to retrieve. Only positive number values are allowed. Default value is '1'
perPageinteger
Indicates a page size (number of items). If not specified, the value is '100' by default
Response
User templates information
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}