Operation |
Request |
Response |
Operation | Request | Response
----|------|----
Addcomment:|http://localhost:8080/smartBook/command?operation=1&issueId=4&userName=sathish&content=masjss&time=15-11-2007|Output: S:{"projectId":4,"status":1} F:{"message":"Parse Error Occurs","status":0}
UpdateComment|http://localhost:8080/smartBook/command?operation=2&commentId=3&issueId=4&userName=sathish&content=hello&time=16-11-2003|Output: S:{"status":1} F:{"message":"Parse Error Occurs","status":0}
GetComment:|http://localhost:8080/smartBook/command?operation=4&commentId=3|Output: S:{"Status":1,"issueId":4,"commentId":3,"time":"16-11-2003","userName":"sathish","content":"hello"} F:{"message":"Parse Error Occurs","status":0}
GetAllComment:|http://localhost:8080/smartBook/command?operation=5|Output: S:[{"issueId":4,"commentId":2,"time":"15-11-2007","userName":"sathish","content":"masjss"},{"issueId":4,"commentId":3,"time":"16-11-2003","userName":"sathish","content":"hello"}] F:{"message":"Parse Error Occurs","status":0}
Delete:|http://localhost:8080/smartBook/command?operation=3&commentId=3|Output: S:{"Status":1} F:{"message":"Parse Error Occurs","status":0}