JSON API » nvgroups » nvgroups/list

Gets array of fields of all number vendor groups.

Input parameters

Requires authentication and the system role privilege.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes

Responses

CodeDescription
200Success.
401The authentication details provided are invalid.
402Your role does not allow this.

Data returned

An array of fields, corresponding to the rows of the number vendor groups.

Example: With required parameters

http://enswitch.example.com/api/json/nvgroups/list/

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":[ { "vendor":"example1", "name":"example1", ... }, { "vendor":"example2", "name":"example2", ... } ] }

Change history

VersionChanges
3.13Function added.