/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 Introduced | 2.8.3 |
...
Request POST Data Parameters
Parameter | Value | Required | Description |
---|---|---|---|
page | Numeric | No | Specific page of history list to be viewed |
numberToShow | Numeric | No | Number of team history events to be displayed |
Sample Call:
Code Block | ||
---|---|---|
| ||
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 |
...