IssueAPI - smart-glossa/SmartBook GitHub Wiki

Operation Request Response
Operation | Request | Response ----|------|---- AddIssue:|http://localhost:8080/smartBook/issue?operation=1&projectId=1&description=hai%20smartglossa%20wow&finderName=saranva&findTime=20-04-2019&status=1&fixedName=sathish&fixTime=25-03-2003|Output: S:{"status":1} F:{"message":"Parse Error Occurs","status":0} GetIssue:|http://localhost:8080/smartBook/issue?operation=5|Output: S:[{"issueId":4,"findTime":-1999,"fixedName":"sathish","finderName":"sathish","description":"jhfkh","fixTime":-2011,"projectId":1,"status":3}]F:{"message":"Parse Error Occurs","status":0} UpdateIssue:|http://localhost:8080/smartBook/issue?operation=2&issueId=1&projectId=1&description=hello&finderName=satdjdjd&status=2&fixedName=sathish|Output: S:{"status":1} F:{"message":"Parse Error Occurs","status":0} DeleteIssue:|http://localhost:8080/smartBook/issue?operation=4&issueId=3|Output: S:{"status":1} F:{"message":"Parse Error Occurs","status":0} GetOneIssue:|http://localhost:8080/smartBook/issue?operation=3&issueId=5|Output: S:{"issueId":5,"findTime":1596479400000,"fixedName":"sathish","finderName":"saranva","description":"hai smartglossa wow","fixTime":1104690600000,"projectId":1,"status":1} F:{"message":"Parse Error Occurs","status":0}
⚠️ **GitHub.com Fallback** ⚠️