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.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes
idIntegerID of time group to get usage for.Yes

Responses

CodeDescription
200Success.
401The authentication details provided are invalid.
402Your role does not allow this.
404The 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

VersionChanges
4.0Function added.