Get the ancestors of a given Uniclass notation, e.g. for providing a breadcrumb trail.
Request information
Parameters
Name |
Description |
Additional Information |
notation |
The Uniclass notation |
Define this parameter in the request URI |
Define this parameter in the request URI. |
Define this parameter in the request URI. |
Define this parameter in the request URI. |
Define this parameter in the request URI. |
Response
Response body formats
application/json, text/json, application/xml, text/xml
Sample
notation 'Pr_40_30_22_80' gives:
[
{
"Notation": "Pr",
"Title": "Products",
"Children": null
},
{
"Notation": "Pr_40",
"Title": "Signage, sanitary fittings and fittings, furnishing and equipment (FF&E) products",
"Children": null
},
{
"Notation": "Pr_40_30",
"Title": "Fittings",
"Children": null
},
{
"Notation": "Pr_40_30_22",
"Title": "Deterrents and traps",
"Children": null
}
]