monitoring-api active wifi-sessions #631
-
Hi i am trying to achieve the same via api as if you click in the GUI on wifi sessions and filter 'By stop time' --> No date. I tried several things like: api/v1/monitoring/wifi-session/?stop_time__isnull=True , stop_time='null', empty etc. Am i doing it wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
nemesifier
Jan 25, 2025
Replies: 0 comments 1 reply
-
It seems to me that this particular filter is missing right now: We may need to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AndyX90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to me that this particular filter is missing right now:
https://github.com/openwisp/openwisp-monitoring/blob/master/openwisp_monitoring/device/api/filters.py#L14-L23
We may need to fix it.