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": "2a87724f-d20d-4235-a5cf-6a22844579ec",
  "messageId": "3f7d69ea-ef71-4df5-ac6d-720b68231f14",
  "messageAuditTypeId": "7c84fb9b-f6f8-4789-884f-08639b25347c",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-03-14T07:26:44.607056+00:00",
  "updatedDateUtc": "2026-03-14T07:26:44.607056+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-14T07:26:44.607056+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-14T07:26:44.607056+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>2a87724f-d20d-4235-a5cf-6a22844579ec</MessageAuditId>
  <MessageAuditTypeId>7c84fb9b-f6f8-4789-884f-08639b25347c</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>3f7d69ea-ef71-4df5-ac6d-720b68231f14</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>