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": "e4ced61c-a7a6-4373-b2a7-0c8725f8723a",
  "messageId": "b53d8eb1-48ab-4f6d-80fb-f115c7fd53c7",
  "messageAuditTypeId": "21517d9b-2a8b-49ef-9016-37fe8dbaa67d",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-07-16T19:04:56.2034629+00:00",
  "updatedDateUtc": "2026-07-16T19:04:56.2034629+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-07-16T19:04:56.2034629+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-16T19:04:56.2034629+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>e4ced61c-a7a6-4373-b2a7-0c8725f8723a</MessageAuditId>
  <MessageAuditTypeId>21517d9b-2a8b-49ef-9016-37fe8dbaa67d</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>b53d8eb1-48ab-4f6d-80fb-f115c7fd53c7</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>