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:getPathParameters
 
pub.websocket:getPathParameters
WmPublic: Retrieves the path parameters 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 parameters information.
Output Parameters
queryParameters
Document List Conditional. The path parameters included in with the request for establishing a WebSocket connection.
Key
Description
name
String The name of the path parameter.
value
String List The value of the path parameter.