Library CAPECs
Get all Library's CAPECs
This endpoint retrieves a list of all CAPEC resources in SDE.
GET /api/v2/library/capecs/
GET /api/v2/library/capecs/ HTTP/1.1
Accept: application/json
Authorization: Token "YOUR SDE ACCESS TOKEN"
HTTP/1.1 200 OK
Content-Type: application/json
{
"results": [
{
"capec_id": 125,
"title": "Flooding",
"url": "https://capec.mitre.org/data/definitions/125"
},
{
"capec_id": 126,
"title": "Path Traversal",
"url": "https://capec.mitre.org/data/definitions/126"
}
]
}