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": "e0b5701d-3bff-4a71-a040-d1645e1850d9",
  "messageId": "3ddcb917-23d7-403a-b364-b07453593410",
  "messageAuditTypeId": "2d82fd5e-82dc-4c52-859b-5c7ca086a73d",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-03-14T10:41:53.6344872+00:00",
  "updatedDateUtc": "2026-03-14T10:41:53.6344872+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-03-14T10:41:53.6344872+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-14T10:41:53.6344872+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>e0b5701d-3bff-4a71-a040-d1645e1850d9</MessageAuditId>
  <MessageAuditTypeId>2d82fd5e-82dc-4c52-859b-5c7ca086a73d</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>3ddcb917-23d7-403a-b364-b07453593410</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>