Add an ignore_view
and/or ignore_card_view
query parameter to the GET /api/dashboard/:id
endpointΒ #48924
Open
Description
Is your feature request related to a problem? Please describe.
Currently when you calls to the API GET /api/card/:id
a ignore_view
parameter is available to set to true or false
But for the GET Dashboard endpoint (GET /api/dashboard/:id
) doesn't have this option ... It seems a call to the endpoint will generate an entry to the view_log table for each card in that Dashboard. Ideally there would be an option to ignore these 'views' from getting logged to the table, which should hopefully decrease the size of the view_log table.
Describe the solution you'd like
Support a ignore_view
parameter for /api/dashboard/:id
similar to the GET /api/card/:id