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:getPathParameter
 
pub.websocket:getPathParameter
WmPublic: Retrieves the path parameter used in the request URL to establish a WebSocket connection.
Input Parameters
sessionId
String Session ID for the WebSocket session for which you want to retrieve the path parameter information.
pathParameterName
String The path parameter name of the query parameter for which you want to obtain a value.
Output Parameters
pathParameterValue
String Conditional. The value for the provided parameter name. This parameter is returned only if a path parameter of the specified value was part of the request.