GET /api/Application/getApplication Description: Get details for a single application Parameters : ApplicationId Guid The unique id of the application IsRefreshCheck Boolean Indicates if this is an update request. An update request only retrieves partial information LastUpdateId Guid A unique id provided by the last call to this method. Update checks use this to identify the window of change since the preceding call to this method ServerId String The id of the server that the application resides on xx |
GET /api/Application/GetApplicationIssues Description: Get issues associated with a specified application, includes summarised totals and detailed information Parameters ApplicationId Guid The unique id of the application IsRefreshCheck Boolean Indicates that this is an attempt to retrieve updates since the specified update id LastUpdateId Guid The id of the last retrieved update for this application ServerId String The id of the server that the application resides on x x |
GET /api/Application/getApplicationSiblingInstallers Description: Get installation prerequisites for a specified application Parameters ApplicationId Guid The application id for which the associated installers are to be retrieved ServerId String The id of the server that the information resides on x x |
GET /api/Application/getApplicationDocumentationFiles Description Get documentation files associated with a specified application Parameters ApplicationId Guid The application id to which the documentation files are associated ServerId String The id of the server that the information resides on x x |
GET /api/Application/downloadApplicationDocumentation Description Download a specific documentation file for an application Parameters ApplicationId Guid The application id that the documentation artifact is associated Id Int32 The id of the documentation artifact ServerId String The id of the server that the information resides on x x |
GET /api/Application/getApplicationActivity Description: Get a list of activities associated with a specified application Parameters ApplicationId Guid The activities for the application id specified will be returned ServerId String The id of the server that the information resides on x x |
GET /api/Application/getApplicationQaChecksheet Description: Get the data that constitutes the QA checksheet for a specified application Parameters ApplicationId Guid The application for which the QA checksheet data should be retrieved ServerId String The id of the server that the information resides on x x |