Skip to content

Instantly share code, notes, and snippets.

@developerfromjokela
Last active August 20, 2023 17:30
Show Gist options
  • Save developerfromjokela/66a5f44fa6f887b23f1dca4d99aa49b0 to your computer and use it in GitHub Desktop.
Save developerfromjokela/66a5f44fa6f887b23f1dca4d99aa49b0 to your computer and use it in GitHub Desktop.
JAMIX Menu REST API
API for finding "Kitchens":
https://fi.jamix.cloud/apps/menuservice/rest/haku/public
API for reading the table:
http://fi.jamix.cloud/apps/menuservice/rest/haku/menu/<customerID>/<kitchenID>?lang=fi
GET Params:
lang, language (fi, or en). Default = en.
type, json or table. Default = json.
date, start date in format yyyymmdd. Default = 0 (disabled).
date2, ending date in format yyyymmdd. Default = 0 (disabled).
@ErikBoesen
Copy link

Regrettably, I wasn't able to determine much more, because it seems that my university specifically has blocked all API access, so there's not much I can do to investigate.

@developerfromjokela
Copy link
Author

developerfromjokela commented May 31, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment