Cyan Web API - Version 1


GET api/messageAudits/{messageAuditId}

            Gets a single MessageAudit.
            

Request Information

Parameters

NameDescriptionAdditional information
messageAuditId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "messageAuditId": "f7e6aaa3-937f-47ea-a1c8-46cb3df8fe5e",
  "messageId": "bbb0d5ff-1034-4bfb-ab2d-28012c62ab5c",
  "messageAuditTypeId": "44f6652d-7a22-40e8-9fb9-d2c9b161bce8",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-06-05T18:21:23.4778233+00:00",
  "updatedDateUtc": "2026-06-05T18:21:23.4778233+00:00"
}

application/xml, text/xml

Sample:
<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-05T18:21:23.4778233+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-05T18:21:23.4778233+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>f7e6aaa3-937f-47ea-a1c8-46cb3df8fe5e</MessageAuditId>
  <MessageAuditTypeId>44f6652d-7a22-40e8-9fb9-d2c9b161bce8</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>bbb0d5ff-1034-4bfb-ab2d-28012c62ab5c</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>