Message
Gets all the information about a message
Parameters
Examples
-
Get the details for the message with key '8e106505-cca5-4b34-9137-7ce507a82b05' in XML format
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageRecord> <hub>822841</hub> <key>8e106505-cca5-4b34-9137-7ce507a82b05</key> <status>SUCCESS</status> <testStatus></testStatus> <channel> <id>2977021</id> <name>test channel</name> <type>Channel</type> <subType>CHANNEL</subType> </channel> <gatewayIn> <id>6066579</id> <name>HTTP/HTTPS SERVER IN (Username: babelway)</name> <type>Gateway</type> <subType>GATEWAY_IN_HTTP_IN</subType> </gatewayIn> <gatewayOut> <id>6066580</id> <name>NULL OUT-17</name> <type>Gateway</type> <subType>GATEWAY_OUT_NULL_OUT</subType> </gatewayOut> <messageIn> <step>messageReception</step> </messageIn> <messageOut> <step>messageReception</step> </messageOut> <reference>attachment</reference> <keepUntilMoment>1780664751583</keepUntilMoment> <errorDescription></errorDescription> <receiveMoment>1777986351557</receiveMoment> <slaMoment>1777986351573</slaMoment> <endMoment>1777986351583</endMoment> <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)</gatewayInMessageStatus> <gatewayOutMessageStatus></gatewayOutMessageStatus> <gatewayInMessageKey></gatewayInMessageKey> <gatewayOutMessageKey></gatewayOutMessageKey> <test>false</test> <testCase></testCase> <userComment></userComment> <steps> <messageExecutionStep>messageReception</messageExecutionStep> </steps> <additionalFiles> <messageFileType>contextIn</messageFileType> <messageFileType>contextOut</messageFileType> </additionalFiles> </messageRecord>
The same content can also be request in JSON format
{ "hub": 822841, "key": "8e106505-cca5-4b34-9137-7ce507a82b05", "status": "SUCCESS", "testStatus": null, "channel": { "id": 2977021, "name": "test channel", "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 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" ] }