cURL
curl --request GET \ --url https://api.example.com/dashboards/:id
{ "data": null }
Fetch a dashboard by id.
OK