Skip to main content
GET
/
v1
/
cards
/
chart
/
{cardUrn}
/
drillpath
Get Drill Properties
curl --request GET \
  --url https://api.domo.com/v1/cards/chart/{cardUrn}/drillpath \
  --header 'Authorization: Bearer <token>'
{
  "allowTableDrill": true,
  "drillOrder": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

cardUrn
string
required

ID of Card

Response

OK

allowTableDrill
boolean | null
drillOrder
string[] | null