Maximo 76 Scripting Features - Bruno Portaluri

responseBody = JSON.stringify(countries); } We do a lot of json processing here and that is one of the reason why we chose js as the script language. Note the use of 2 implicit variables - request and responseBody. The request refers to the REST api request object (of type com.ibm.tivoli.maximo.oslc.provider.OslcRequest). We leverage that to get http request query … ................
................