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

...

Request POST Data Parameters

ParameterValueRequiredDescription
pageNumericNoSpecific page of history list to be viewed
numberToShowNumericNoNumber of team history events to be displayed

Sample Call:

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

...