-
-
Notifications
You must be signed in to change notification settings - Fork 152
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
There is a mismatch between the documented parameters of the /dashboard endpoint and what is available in the browsable REST API.
According to the API documentation, /dashboard supports the following parameters:
organization_slug: Organization slug (e.g. PHYTunes)location_id: Location IDfloorplan_id: Floor plan IDtime: Timeframe in days (e.g.3dmeans last 3 days)start/end: Start and end time inYYYY-MM-DD H:M:Sformat
However, in the browsable REST API interface, these parameters are not listed or available.
Expected behavior:
The browsable API should display and accept the same parameters described in the API documentation.
Actual behavior:
The browsable API shows no available parameters for /dashboard.
Steps to reproduce:
- Open the browsable API.
- Navigate to the
/dashboardendpoint. - Compare available parameters with those listed in the API documentation.
Additional context:
The issue may be related to missing filterset_fields or serializer configuration for the /dashboard view.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To do
Status
To do (Python & Django)