Returns a list of PSC search tree nodes, with populated children if depth > 0.

Documentation for this endpoint can be found here.

GET /api/v2/references/filter_tree/psc/Product/10/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "results": [
        {
            "id": "1000",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "",
            "count": 0,
            "children": null
        },
        {
            "id": "1005",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, THROUGH 30MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1010",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, OVER 30MM UP TO 75MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1015",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, 75MM THROUGH 125MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1020",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, OVER 125MM THROUGH 150MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1025",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, OVER 150MM THROUGH 200MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1030",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, OVER 200MM THROUGH 300MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1035",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "GUNS, OVER 300MM",
            "count": 0,
            "children": null
        },
        {
            "id": "1040",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "CHEMICAL WEAPONS AND EQUIPMENT",
            "count": 0,
            "children": null
        },
        {
            "id": "1045",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "LAUNCHERS, TORPEDO AND DEPTH CHARGE",
            "count": 0,
            "children": null
        },
        {
            "id": "1055",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "LAUNCHERS, ROCKET AND PYROTECHNIC",
            "count": 0,
            "children": null
        },
        {
            "id": "1070",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "NETS AND BOOMS, ORDNANCE",
            "count": 0,
            "children": null
        },
        {
            "id": "1075",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "DEGAUSSING AND MINE SWEEPING EQUIPMENT",
            "count": 0,
            "children": null
        },
        {
            "id": "1080",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "CAMOUFLAGE AND DECEPTION EQUIPMENT",
            "count": 0,
            "children": null
        },
        {
            "id": "1090",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "ASSEMBLIES INTERCHANGEABLE BETWEEN WEAPONS IN TWO OR MORE CLASSES",
            "count": 0,
            "children": null
        },
        {
            "id": "1095",
            "ancestors": [
                "Product",
                "10"
            ],
            "description": "MISCELLANEOUS WEAPONS",
            "count": 0,
            "children": null
        }
    ]
}