Technical Debt Team
GET {{baseUrl}}/TechnicalDebt_Team?Team=
Retrieves a list of teams and their associated applications, to be used as reference in other methods.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Team | null | Optional filter by team external id. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-activation-code | string |
RESPONSES
status: OK
{"InfrastructureInfo":{"ActivationCode":"","LastAnalyzedOn":"2014-12-31T23:59:59.938Z"},"Teams":[{"ExternalId":"","Name":"","Applications":[{"GUID":""},{"GUID":""}]},{"ExternalId":"","Name":"","Applications":[{"GUID":""},{"GUID":""}]}]}