Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder | pub.websocket:getQueryParameter
 
pub.websocket:getQueryParameter
WmPublic: Session ID for the WebSocket session for which you want to retrieve the value of a specific query parameter information.
Input Parameters
sessionId
String Session ID for the WebSocket session for which you want to obtain query parameters.
queryParameterName
String The name of the query parameter for which you want to obtain a value.
Output Parameters
queryParameterValue
String Conditional. The value for the provided parameter name. The parameter is only returned if there is a query parameter of that name in the URL.