Get Group details by id

Get Group details by id

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

HEADER PARAMETERS

authcode
required
String
This is the unique Auth key
group_id
required
Integer
This is the unique ID of the group

FORM PARAMETERS

group_member_id
optional
Integer
This is the unique id of the added group member.
member_name
optional
String
Team Member Name
member_email
optional
Integer
Team Member Email id ( fro example-agent1@xxx.com)
member_num
optional
Integer
The number of the member, this is non editable
password
optional
String
This is the password that the member uses to login to the panel
group_member_status
optional
Integer
This is to know the active/inactive status of the added group member. ( 1 for active , 0 for inactive )
starttime
optional
String
working hours set start time (In AM-PM format)
endtime
optional
String
working hours set end time (In AM-PM format)
weekdays
optional
String
This is to know about
active days in particular callgroup
( array ('1'=>'Mon',
'2'=>'Tue',
'3'=>'Wed',
'4'=>'Thu',
'5'=>'Fri',
'6'=>'Sat',
'7'=>'Sun')
priority
optional
Integer
Call Sequential Routing Priority of the member
member_status
optional
Integer
Active/inactive status of the member on platform ( 1 for active, 0 for inactive )

Updated 24 Apr 2023 Did this page help you?

Get Group details from group id

javascript--v1JS |
{    "group_user_nonlive" : [
   {
   "member_id" : "24xx8",
   "member_name" : "Tikendra1",
   "member_email" : "tikenxxx0@calxxxk.com",
   "member_num" : "09717xxxxx",
   "password" : "09717xxxxx3",
   "access" : "1",
   "status" : "1"
   }
   ],
   "group_user_live" : [
   {
   "group_member_id" : "72xxx",
   "member_name" : "Vikas Sip",
   "member_email" : "vikassu@callerxxxx.com",
   "member_num" : "0958xxxx",
   "password" : "0958278xxx",
   "group_member_status" : "1",
   "starttime" : "00:00:15",
   "endtime" : "23:59:45",
   "weekdays" : "0,1,2,3,4,5,6",
   "priority" : "2",
   "member_status" : "1"
   },
   ],
   "grouplist" : [
   {
   "group_id" : "8xxx",
   "group_name" : "callgrxxx",
   "call_strategy" : "2",
   "is_sticky" : "1",
   "is_multi_sticky" : "0",
   "group_owner_name" : null,
   "extension" : null,
   "did_no" : "12068xxxx",
   "desk_phone" : "83779xxxx",
   "groupmember_count" : 4
   }
   ],
   "type": "success"
   }

RESPONSES
200 |

  200 OK : The request has succeeded