B.4.1 Testing the Services through Postman
- Standard Process Service:
Request Type: GET
Header: UserID : FTPUSER
Figure B-35 Standard Process Service
- Authorization:
Type: Basic Auth
Username : FTPUSER
password: password1
Figure B-36 Authorization
URL : http://whf00osu:7777/ftpwar/rest-api/ftpPcdRestservice/v1/getStandardProcessList
- Response:
{ "status": "success", "data": { "processList": [ { "processName": "PCD Process", "folderName": "PFTSEG", "folderId": "PFTSEG", "processId": "200044" }, { "processName": "PCD Process2", "folderName": "PFTSEG", "folderId": "PFTSEG", "processId": "200063" } ] }, "messages": null }
Figure B-37 getStandardProcessList Reponse