JSON API » timegroups » timegroups/usage
Gets array of fields of features using a time group.
Input parameters
Requires authentication and the administrator or user role privileges.
| Name | Type | Description | Required | Default value |
|---|---|---|---|---|
| auth_username | String | Authentication username. | Yes | |
| auth_password | String | Authentication password. | Yes | |
| id | Integer | ID of time group to get usage for. | Yes |
Responses
| Code | Description |
|---|---|
| 200 | Success. |
| 401 | The authentication details provided are invalid. |
| 402 | Your role does not allow this. |
| 404 | The time group does not exist, or you do not have permission to view it. |
Data returned
Fields of features using time group, and where they route calls to when the time group is active.
Example: With required parameters
http://enswitch.example.com/api/json/timegroups/usage/?auth_username=user;auth_password=password;id=123{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":[ { "stype":"number", "snumber":"2125551234", ... }, { "stype":"code", "snumber":"100", ... } ] }
Change history
| Version | Changes |
|---|---|
| 4.0 | Function added. |
