B.4.1 Testing the Services through Postman

  1. Standard Process Service:

    Request Type: GET

    Header: UserID : FTPUSER

    Figure B-35 Standard Process Service


    Standard Process Service

  2. Authorization:

    Type: Basic Auth

    Username : FTPUSER

    password: password1

    Figure B-36 Authorization


    Authorization

    URL : http://whf00osu:7777/ftpwar/rest-api/ftpPcdRestservice/v1/getStandardProcessList

  3. 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


    getStandardProcessList Reponse