Call Groups Service
GET /api/v1/callgroups
Retrieves the list of call groups. Returns a PagingCollection<CallGroup> (see CallGroup).
note
The full parameter list and detailed endpoint documentation will be available in a future release.
POST /api/v1/callgroups
Creates the specified call group.
Call Group Groupings Service
GET /api/v1/callgroupgroupings
Retrieves the list of call group groupings. Returns a PagingCollection<CallGroupGrouping> (see CallGroupGrouping).
note
The full parameter list and detailed endpoint documentation will be available in a future release.
POST /api/v1/callgroupgroupings
Creates the specified call group grouping.