Versions Compared

Key

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

/rest/{version}/history/teams/{teamId}/history/objects?


Descriptor

Value

HTTP Method

POST

Description

Returns list of events for a particular team

Required Permission

Read Access

Version Introduced2.8.3

...

ParameterValueRequiredDescription
pageNumericNoSpecific page of history list to be viewed
numberToShowNumericNo*

Number of team history events to be displayed

* If not specified, the default limit is 20

Sample Call:

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

...