Skip to content

Instantly share code, notes, and snippets.

@developerfromjokela
Last active December 7, 2024 10:49
Show Gist options
  • Select an option

  • Save developerfromjokela/66a5f44fa6f887b23f1dca4d99aa49b0 to your computer and use it in GitHub Desktop.

Select an option

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).
@developerfromjokela
Copy link
Author

@developerfromjokela Yeah, I've been poking around that host and haven't been able to find a comparable JSON endpoint, unfortunately. There is no such mobile app that I'm aware of—the official one provided by the university appears to just use an iframe. I might reach out to Jamix and ask if they have an accessible API for their US clients. Thanks for your help!

Hi! Did you manage to find anything about US clients' API/JSON?

@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