Messages
Search and list messages.
Parameters
Parameters can be added to filter the query.
Examples
-
Get regular messages that ended up in success in JSON format in environment 12345
https://www.babelway.net/SelfService3/rest/v2/hub-12345/messages.json?status=DONE&type=REGULAR
[ { "hub": 12345, "key": "8e106505-cca5-4b34-9137-7ce507a82b05", "status": "SUCCESS", "testStatus": null, "channel": { "id": 2977021, "name": "test solcae", "type": "Channel", "subType": "CHANNEL" }, "gatewayIn": { "id": 6066579, "name": "HTTP/HTTPS SERVER IN (Username: babelway)", "type": "Gateway", "subType": "GATEWAY_IN_HTTP_IN" }, "gatewayOut": { "id": 6066580, "name": "NULL OUT-17", "type": "Gateway", "subType": "GATEWAY_OUT_NULL_OUT" }, "messageIn": { "step": "messageReception" }, "messageOut": { "step": "messageReception" }, "reference": "attachment", "keepUntilMoment": 1780664751583, "errorDescription": null, "receiveMoment": 1777986351557, "slaMoment": 1777986351573, "endMoment": 1777986351583, "gatewayInMessageStatus": "Received from CN=My user with IP 99.209.179.94 on https://dev.babelway.net/ws/ws-twa/gateways/6066579 (52.29.107.61)", "gatewayOutMessageStatus": null, "gatewayInMessageKey": null, "gatewayOutMessageKey": null, "test": "false", "testCase": null, "userComment": null, "steps": [ "messageReception" ], "additionalFiles": [ "contextIn", "contextOut" ] }, [more messages...] ]