cURL
curl --request GET \ --url https://api.domo.com/v1/cards/chart/{cardUrn}/drillpath \ --header 'Authorization: Bearer <token>'
{ "allowTableDrill": true, "drillOrder": [ "<string>" ] }
Retrieves drill views of a Card.
The access token received from the authorization server in the OAuth 2.0 flow.
ID of Card
OK