Hi Yash Tiwari
Yes, you can use it using the below API:
GET https://dev.azure.com/{organization}/{project}/_apis/wit/classificationnodes/areas?$depth=10&api-version=7.1-preview.2
Using this API, you will get response like identifiers, so here you can treat them as root identifier and child identifier.
vstfs:///Classification/Node/{rootIdentifier}:vstfs:///Classification/Node/{childIdentifier}
Now you can call ACL API:
GET https://dev.azure.com/{organization}/_apis/accesscontrollists/83e28ad4-2d72-4ceb-97b0-c7726d5502c3
?token=vstfs:///Classification/Node/6fa40c54-5847-4186-9f47-cb70c983285c:vstfs:///Classification/Node/4bb63716-9229-47ad-95c3-a9902c2b2a84
&descriptors={descriptor}
&includeExtendedInfo=true
&inheritPermissions=true
&api-version=7.1-preview.1
Additional References:
Hope this helps!
Please Let me know if you have any queries.