ShortQuery 401 Unauthorized After Update to 24.4
Posted: Thu May 01, 2025 9:41 am
Hi!
I'm a vendor integrated w/ a practice that just updated their OpenDental server to 24.4. We're relying on the ShortQuery endpoint quite extensively - one of our queries started breaking w/ a 401 error recently and we can't seem to figure out why. The query is:
SELECT
PopupNum,
PatNum,
Description,
PopupLevel,
IsDisabled,
DateTimeDisabled,
DateTimeEntry
FROM popup
LIMIT 1
so should be read only. Wondering if there's some new permissions we have to set on the API key?
I'm a vendor integrated w/ a practice that just updated their OpenDental server to 24.4. We're relying on the ShortQuery endpoint quite extensively - one of our queries started breaking w/ a 401 error recently and we can't seem to figure out why. The query is:
SELECT
PopupNum,
PatNum,
Description,
PopupLevel,
IsDisabled,
DateTimeDisabled,
DateTimeEntry
FROM popup
LIMIT 1
so should be read only. Wondering if there's some new permissions we have to set on the API key?