Gets a single MessageAudit.
| Name | Description | Additional information |
|---|---|---|
| messageAuditId |
Define this parameter in the request URI. |
{
"messageAuditId": "ed153c16-ac84-4b57-8c8f-ccb92ba3791c",
"messageId": "58d2211b-5a57-4858-9563-a66ecba43962",
"messageAuditTypeId": "63b5a270-6ab1-4321-81d4-8bfcd2f9ffe3",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-07-27T01:15:01.4118385+00:00",
"updatedDateUtc": "2026-07-27T01:15:01.4118385+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>2026-07-27T01:15:01.4118385+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T01:15:01.4118385+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>ed153c16-ac84-4b57-8c8f-ccb92ba3791c</MessageAuditId> <MessageAuditTypeId>63b5a270-6ab1-4321-81d4-8bfcd2f9ffe3</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>58d2211b-5a57-4858-9563-a66ecba43962</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>