back

Describe ASI Drilldown

Scope: get_ref_asi_drilldown
App Type: Agency
Authorization Type: Access token
Url: v3/system/record/type/{id}/asis/drilldowns/{drilldownid}?parentvalueid={parentvalueid}
HTTP Method: GET

Response Information

application/json

{
    "drillDown": {
        "childIds": [
            "sample string 1"
        ],
        "values": [
            {
                "id": "sample string 1",
                "display": "sample string 2"
            }
        ]
    }
}