CWE content version
This API endpoint returns content version data of CWE.
Response
success
Example response
{
"ContentVersion": "4.12",
"ContentDate": "2023-06-29",
"TotalWeaknesses": 958,
"TotalCategories": 409,
"TotalViews": 53
}Changes
Changed in 2 of the 5 revisions of this API.255
- ▲
the response's body type/format changed from
number/toobject/for status200response-body-type-changed
- ○
added the optional property
ContentDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
ContentVersionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
TotalCategoriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
TotalViewsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
TotalWeaknessesto the response with the200statusresponse-optional-property-added
- ▲
- ▲
the response's body type/format changed from
object/tonumber/for status200response-body-type-changed
- ●
removed the optional property
ContentDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
ContentVersionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
TotalCategoriesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
TotalViewsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
TotalWeaknessesfrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲