Technical Debt Application
GET {{baseUrl}}/TechnicalDebt_Application?ApplicationGUID=&ModuleGUID=&Date=&Limit=10&Offset=0
Retrieves a list of applications and modules, with technical debt information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ApplicationGUID | null | Optional filter by application guid. | |
ModuleGUID | null | Optional filter by module guid. | |
Date | null | Optionally request data for a specific date. If absent, the call returns the most recent data available. | |
Limit | number | Maximum number of applications to return. Defaults to 20. The maximum allowed is 200. | |
Offset | number | Starting position from which to return the results. Defaults to 0. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-activation-code | string |
RESPONSES
status: OK
{"InfrastructureInfo":{"ActivationCode":"","LastAnalyzedOn":"2014-12-31T23:59:59.938Z"},"Applications":[{"GUID":"","Name":"","LevelGUID":"","Findings":[{"CategoryGUID":"","PatternGUID":"","Count":1234567891234567},{"CategoryGUID":"","PatternGUID":"","Count":1234567891234567}],"Modules":[{"GUID":"","Name":"","LevelGUID":"","Findings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"GUID":"","Name":"","LevelGUID":"","Findings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}]},{"GUID":"","Name":"","LevelGUID":"","Findings":[{"CategoryGUID":"","PatternGUID":"","Count":1234567891234567},{"CategoryGUID":"","PatternGUID":"","Count":1234567891234567}],"Modules":[{"GUID":"","Name":"","LevelGUID":"","Findings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"GUID":"","Name":"","LevelGUID":"","Findings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}]}],"Page":{"Limit":0,"Offset":0,"NextPageOffset":0,"TotalResults":0,"TotalPages":0}}