JSON API » ingroups » ingroups/get
Gets the fields of an inbound group.
Input parameters
Does not require authentication.
| Name | Type | Description | Required | Default value |
|---|---|---|---|---|
| id | Integer | ID of inbound group to get. | Yes |
Responses
| Code | Description |
|---|---|
| 200 | Success. |
| 404 | The 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
| Version | Changes |
|---|---|
| 3.13 | Function added. |
