Call Group List

Get call group list
This API is used to get the call groups list

https://cloud.digidonar.in/api_v2/getgrouplist_v2

HEADER PARAMETERS

authcode
required
String
This is the unique Auth key
current_page
optional
Integer
Count of pages
per_page
optional
Integer
Limit per page(fixed at 50 from backend)

FORM PARAMETERS

group_id
optional
Integer
Unique call group id ( for example 9995 )
group_name
optional
String
Call Group Name
call_strategy
optional
Integer
Denotes the call strategu used in the group
is_sticky
optional
Integer
Denotes if sticky is on or not
is_multi_sticky
optional
Integer
Denotes if multi sticky is on or not
group_owner_name
optional
String
The name of the group owner
groupmember_count
optional
Integer
the number of members in the group
extension
optional
Integer
Denotes the extension number
deskphone_id
optional
Integer
Desk Phone unique id. ( for example 5549 )
time_schedule
optional
Integer
To Check specific tme schedule. ( 0 for 24*7 time schedule, 1 for customized time schedule )

Updated 24 Apr 2023 Did this page help you?

Get call group list

javascript--v1JS |
  "grouplist" : [
  {
  "group_id" : "6971",
  "group_name" : "callgroup2",
  "call_strategy" : "1",
  "is_sticky" : "2",
  "is_multi_sticky" : "0",
  "group_owner_name" : "Kush",
  "extension" : "",
  "groupmember_count" : 1,
  "deskphone_id" : "6918",
  "groupmember_count" : 4,
  "time_schedule" : 1
   }

RESPONSES
200 |

  200 OK : The request has succeeded