JSON API » ingroups » ingroups/get

Gets the fields of an inbound group.

Input parameters

Does not require authentication.

NameTypeDescriptionRequiredDefault value
idIntegerID of inbound group to get.Yes

Responses

CodeDescription
200Success.
404The inbound group does not exist.

Data returned

Fields of inbound group.

Example: With required parameters

http://enswitch.example.com/api/json/ingroups/get/?id=123

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":{ "id":123, "name":"example", ... } }

Change history

VersionChanges
3.13Function added.