Maximo Open Forum

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

    Posted 04-27-2024 16:31

    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 04-30-2024 11:14
    Edited by Prajesh Pradhananga 04-30-2024 11:57

    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?