JSON API » menus » menus/list
Gets the fields of all menus.
Input parameters
There are no input parameters, and authentication is not required.
Responses
Code | Description |
---|---|
200 | Success. |
Data returned
An array of fields, corresponding to the rows of the menus table in the database.
Example
http://enswitch.example.com/api/json/menus/list/{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":[ { "id":1, "name":"example1", ... }, { "id":2, "name":"example2", ... } ] }
Change history
Version | Changes |
---|---|
3.13 | Function added. |