/rest/{version}/history/vulnerabilities/{vulnId}/history/objects?
Descriptor | Value |
---|---|
HTTP Method | POST |
Description | Returns a list of history events for a given vulnerability. |
Required Permission | Read Access |
Version Introduced | 2.8.3 |
...
Parameter | Value Type | Required | Description |
---|---|---|---|
page | Integer | No | Which page of vulnerability history events to return. |
numberToShow | Integer | No* | How many vulnerability history events to return. * If not specified, the default limit is 20 |
Sample Calls:
Code Block | ||
---|---|---|
| ||
curl -H 'Accept: application/json' -H 'Authorization: APIKEY {apiKey}' http://localhost:8083/threadfix/rest/v283latest/history/vulnerabilities/16484/history/objects?numberToShow=25&page=1 |
...