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": "9406b1b5-be87-4146-a8ef-3a1608cce05e",
  "messageId": "affb4cba-0f37-4a53-a3cc-400689256e40",
  "messageAuditTypeId": "1f9b38bc-0f2f-4141-90e8-1f3b1194d7ab",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-06-02T05:23:39.4071592+00:00",
  "updatedDateUtc": "2025-06-02T05:23:39.4071592+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>2025-06-02T05:23:39.4071592+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-02T05:23:39.4071592+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>9406b1b5-be87-4146-a8ef-3a1608cce05e</MessageAuditId>
  <MessageAuditTypeId>1f9b38bc-0f2f-4141-90e8-1f3b1194d7ab</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>affb4cba-0f37-4a53-a3cc-400689256e40</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>