JSON API » menus » menus/list

Gets the fields of all menus.

Input parameters

There are no input parameters, and authentication is not required.

Responses

CodeDescription
200Success.

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

VersionChanges
3.13Function added.