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": "63ef2385-a909-4be4-aa5a-9179f45b8a61",
  "messageId": "29f5258e-cfcf-4724-a49e-20ddfd453a7d",
  "messageAuditTypeId": "e1304e06-f6e2-4d07-aeca-8cdf62929bdd",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-09-11T10:45:39.8696176+00:00",
  "updatedDateUtc": "2026-09-11T10:45:39.8696176+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-09-11T10:45:39.8696176+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-11T10:45:39.8696176+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>63ef2385-a909-4be4-aa5a-9179f45b8a61</MessageAuditId>
  <MessageAuditTypeId>e1304e06-f6e2-4d07-aeca-8cdf62929bdd</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>29f5258e-cfcf-4724-a49e-20ddfd453a7d</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>