Retrieve a menu list
Retrieve a menu list.
Authorizations:Token, JWT
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer>= 0Default: 30 The number of items per page |
filter.type | stringFilter for "type" field |
filter.parent | integer>= 1Filter for "parent" field |
Responses
200Menu collection
Response schema:
Menu collection Array
name | string |
link | string |
submenuCount | integer |
id | integer>= 0 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |