JSON API » callergroups » callergroups/callers/list

Gets list of callers in a caller group.

Input parameters

Requires authentication and the system role privileges.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes
callergroupIntegerID of caller group.Yes

Responses

CodeDescription
200Success.
401The authentication details provided are invalid.
402Your role does not allow this.
404The caller group does not exist, or you do not have permission to view it.

Data returned

http://enswitch.example.com/api/json/callergroups/callers/list/?auth_username=user;auth_password=password;callergroup=123

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data": [ { "called_prefix":"123", "called_min": 1, "called_max": 100, "description": "..." }, { "called_prefix":"345", "called_min": 1, "called_max": 100, "description": "..." }, ... ] }

Change history

VersionChanges
4.2Function added.