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": "d2c9ec66-5ce8-4d07-aa15-40224cb0e89b",
  "messageId": "24b00223-13e3-4718-a8d1-203824b3a526",
  "messageAuditTypeId": "df71bbdc-d82a-4721-8134-5cedb675f144",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-05-11T10:11:50.5869266+00:00",
  "updatedDateUtc": "2026-05-11T10:11:50.5869266+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-05-11T10:11:50.5869266+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-11T10:11:50.5869266+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>d2c9ec66-5ce8-4d07-aa15-40224cb0e89b</MessageAuditId>
  <MessageAuditTypeId>df71bbdc-d82a-4721-8134-5cedb675f144</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>24b00223-13e3-4718-a8d1-203824b3a526</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>