Get MenusAsk AIget https://api.apicbase.com/api/v2/products/menus/Returns a list of menus in the library.Query Paramspageint32A page number within the paginated result set.orderingstringA field to order results by.namestringA menu name to query on.uidstringA UID (unique menu ID) to filter on.descriptionstringQuery the contents of the description field.created_bystringA user ID.created_datedateFilter on a creation date (exact).created_date__gtdateFilter on a creation date (greater than).created_date__ltdateFilter on a creation date (lower than).modified_datedateFilter on a modification date (exact).modified_date__gtdateFilter on a modification date (greater than).modified_date__ltdateFilter on a modification date (lower than).starting_datedateFilter on a menu start date (exact)starting_date__gtdateFilter on a menu start date (greater than)starting_date__ltdateFilter on a menu start date (lower than)ending_datedateFilter on a menu end date (exact)ending_date__gtdateFilter on a menu end date (greater than)ending_date__ltdateFilter on a menu end date (lower than)current_sell_pricefloatFilter on a sell price (exact)current_sell_price__gtfloatFilter on a sell price (greater than)current_sell_price__ltfloatFilter on a sell price (lower than)vatfloatFilter on a tax rate.vat__gtfloatFilter on a tax rate (greater than).vat__ltfloatFilter on a tax rate (lower than).custom_fieldsjsonFilter on custom fields. Check reference guide for details.Response 200200Updated 8 months ago