Returns a list of implementation weakness types and their details
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/ai/implementationweakness?weaknessID=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "weaknessID": "string", "weaknessCategory": "string", "weaknessSeverity": "string", "weaknessScore": "string", "weaknessTitle": "string", "owaspCategory": "string", "weaknessDescription": "string", "weaknessPotentialImpact": "string", "weaknessBestPractices": "string", "weaknessReferences": "string" } ]