Maximo Open Forum

 View Only
  • 1.  How I can hide href from Maximo api response

    Posted 13 days ago

    How I can hide href from Maximo api response

    Currently the href showing sensitive data like api key

      "responseInfo": {

            "href": http://localhost/maximo/api/os/MAXSR/?apikey=9ec4fph64l1m17u&lean=1&oslc.where=uuid=%22784198469403525%22%20and%20ticketid=%22SR-196218%22&oslc.select=ticketid,actionstatus,reportdate,cc_custname,cc_custphone,cc_custproblem,cc_buildingtype&ignorers=1&ignorekeyref=1,

            "totalCount": 1

        }

    }


    #Integrations

    ------------------------------
    Raed Raqab
    ADSSC
    ------------------------------


  • 2.  RE: How I can hide href from Maximo api response

    Posted 10 days ago
    Edited by Prajesh Pradhananga 10 days ago

    I am not sure if it possible to remove responseInfo from response when oslc.where is being used. Could you pass apikey in the header of the request instead of as Query parameter so that it does not include in response?