---
title: "The ancestors of a specified weakness, sampling by the view"
method: GET
path: "/cwe/{id}/ancestors"
tags: ["CWE"]
---

# The ancestors of a specified weakness, sampling by the view

`GET /cwe/{id}/ancestors`

## Path parameters

- `id` string, required

## Query parameters

- `view` string
- `primary` boolean

## Response `200`

success

- Ancestors
  - `Data` Node
    - `Type` string, required
    - `ID` string, integer, required
    - `ViewID` string, integer, required
    - `Primary_Parent` boolean
  - `Parents` Ancestors[]

## Other responses

- `404` — CWE relationship data not found
- `500` — An Internal Server Error occurred

---

[API](https://skmtc.net/cwe-capec/apis/cwe-capec-api-1-0.md) · [All operations](https://skmtc.net/cwe-capec/apis/cwe-capec-api-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cwe-capec/cwe-capec-api-1-0/versions/f34b6370e957/schema)
