Gets a single MessageAudit.
| Name | Description | Additional information |
|---|---|---|
| messageAuditId |
Define this parameter in the request URI. |
{
"messageAuditId": "a55e02f2-8ffc-48f8-a7de-0c02c12882d3",
"messageId": "21a1d9ce-fe9e-44e4-a1b1-883f117e3a9b",
"messageAuditTypeId": "c94f990d-afc6-444a-b3f9-ed9a0692dae5",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-25T19:50:20.6750153+00:00",
"updatedDateUtc": "2026-06-25T19:50:20.6750153+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-06-25T19:50:20.6750153+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-25T19:50:20.6750153+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>a55e02f2-8ffc-48f8-a7de-0c02c12882d3</MessageAuditId> <MessageAuditTypeId>c94f990d-afc6-444a-b3f9-ed9a0692dae5</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>21a1d9ce-fe9e-44e4-a1b1-883f117e3a9b</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>