Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/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 Introduced2.8.3

...

Parameter

Value Type

Required

Description

page

Integer

No

Which page of vulnerability history events to return.

numberToShowIntegerNo*

How many vulnerability history events to return.

* If not specified, the default limit is 20

Sample Calls: 


Code Block
themeEclipse
curl -H 'Accept: application/json' -H 'Authorization: APIKEY {apiKey}' http://localhost:8083/threadfix/rest/v283latest/history/vulnerabilities/16484/history/objects?numberToShow=25&page=1

...