Gets a single MessageAudit.
Name | Description | Additional information |
---|---|---|
messageAuditId |
Define this parameter in the request URI. |
{ "messageAuditId": "a324c8f4-73e8-43a2-a2fd-1bbaf2374b04", "messageId": "792c00a5-c4d2-4cf2-8ca8-8bbedddf3895", "messageAuditTypeId": "16c66e5c-8135-4675-936b-01cd3a2a7c07", "messageAuditTypeLookupKey": "sample string 4", "text": "sample string 5", "messageCyanId": 6, "cyanId": 7, "createdDateUtc": "2025-04-21T02:21:41.3407392+00:00", "updatedDateUtc": "2025-04-21T02:21:41.3407392+00:00" }
<MessageAuditRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2025-04-21T02:21:41.3407392+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-04-21T02:21:41.3407392+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>a324c8f4-73e8-43a2-a2fd-1bbaf2374b04</MessageAuditId> <MessageAuditTypeId>16c66e5c-8135-4675-936b-01cd3a2a7c07</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>792c00a5-c4d2-4cf2-8ca8-8bbedddf3895</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>