I want to know a description example

Hi

I want to make dashborad with API

I’m looking at the API Document, but I don’t know how to write parameter values.

Is there a description example?

POST /api/card/

POST /api/collection/

POST /api/dashboard/

1 Like

Hi @yuuuuuuuji
Like I already told you - this is the best way to learn:

  1. Open your browser and login to Metabase.
  2. Open your browser developer tools, go to the Network-tab.
  3. Then start using Metabase (creating a question, collection, dashboard, etc.), and click the requests to see the parameters being sent and data returned.