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:getQueryParameters
 
pub.websocket:getQueryParameters
WmPublic: Retrieves the query 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 obtain query parameters.
Output Parameters
queryParameters
Document List Conditional. The list of query parameters used on the URL that established a WebSocket connection.
Key
Description
name
String The name of the query parameter.
value
String List The value of the query parameter.