JSON API » configs » configs/languages/list
Gets array of fields of all configured languages.
Input parameters
No input parameters are required. Authentication is not required.
Responses
| Code | Description |
|---|---|
| 200 | Success. |
Data returned
An array of fields, corresponding to the configured languages.
Example
http://enswitch.example.com/api/json/configs/languages/list/{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":[ { "code":"en", "name":"English", ... }, { "code":"fr", "name":"Francais", ... } ] }
Change history
| Version | Changes |
|---|---|
| 3.13 | Function added. |
