GetVulnerabilityRevisionHistory
This method can be used for the following: Get revision history for a vulnerability you have Edit access to.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/vulnerability/5e573d3ed1484a0c155f3732/revision-history' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"revisionHistory": [
{
"id": "...",
"field": "...",
"before": "...",
"after": "...",
"created": "...",
"user": {
"id": "...",
"firstName": "...",
"lastName": "..."
}
}
]
}