Skip to content

Add an ignore_view and/or ignore_card_view query parameter to the GET /api/dashboard/:id endpointΒ #48924

Open
@Tony-metabase

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

Image

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions