Operation |
Request |
Response |
Operation | Request | Response
----|------|----
Addproject.|http://localhost:8080/smartBook/project?operation=1&ptitle=Welcometo%20smartglssa&dis=smart&date=13-10-2003&status=hello|Output: S:{"Status":1,"ptitle":"Welcometo smartglssa"}F: {"message":"Parse Error Occurs","status":0}
Updateproject.|http://localhost:8080/smartBook/project?operation=2&projectId=1&ptitle=Welcometo&dis=smart&date=13-10-2003&status=hello|Output: S:{"Status":"updated"}F:{"message":"Parse Error Occurs","status":0}
Getproject.|http://localhost:8080/smartBook/project?operation=3&projectId=1|Output:{"pdate":"13-10-2003","ptitle":"Welcometo","projectId":1,"status":"hello","dis":"smart"}F:{"message":"Parse Error Occurs","status":0}
GetAllproject:|http://localhost:8080/smartBook/project?operation=4|Output: S:[{"Status":1,"pdate":"13-10-2003","ptitle":"Welcometo","projectId":1,"dis":"smart","status":"hello"}] F:{"message":"Parse Error Occurs","status":0}
GetProjects.|http://localhost:8080/smartBook/project?operation=5|Output: S:[{"Status":1,"ptitle":"Welcometo"}]F:{"message":"Parse Error Occurs","status":0}
Deleteproject:|http://localhost:8080/smartBook/project?operation=6&projectId=1|Output: S:{"status":"success deleted"}F:{"message":"Parse Error Occurs","status":0}
Updatestatus.|http://localhost:8080/smartBook/project?operation=7&projectId=3&status=mass|Output: S:{"status":"success updated"} F:{"message":"Parse Error Occurs","status":0}
Addmember.|http://localhost:8080/smartBook/member?operation=1&projectId=1&ptitle=smartbook&userName=ajith|Output: S:{"Status":"Success"} F:{"message":"Parse Error Occurs","status":0}
Updatemember:|http://localhost:8080/smartBook/member?operation=2&projectId=1&userName=ajith&ptitle=hello%20smartglossa|Output: S:{"Status":"Success Updated"} F:{"message":"Parse Error Occurs","status":0}
Getmember:|http://localhost:8080/smartBook/member?operation=4&projectId=1 or http://localhost:8080/smartBook/member?operation=5&userName=ajith|Output: S:{"members":[{"roleId":0,"projectId":1,"userName":"ajith"}],"status":1} F:{"message":"Parse Error Occurs","status":0}
GetAllMembers:|http://localhost:8080/smartBook/member?operation=5|Output: S:{"members":[{"ptitle":"hello smartglossa","userName":"ajith","projectId":1}],"status":1} F:{"message":"Parse Error Occurs","status":0}
DeleteMember:|http://localhost:8080/smartBook/member?operation=3&memberId=1&userName=ajith|Output:S:{"status":"success deleted"} F:{"message":"Parse Error Occurs","status":0}