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": "be8a96ae-2299-4ef7-bf7c-9e055fc0d771",
  "messageId": "472896f7-9ebe-4a18-a404-045787fc5024",
  "messageAuditTypeId": "e857539b-82c6-4430-86d0-c2cd06b85945",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-08-27T04:33:48.0801407+00:00",
  "updatedDateUtc": "2026-08-27T04:33:48.0801407+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-08-27T04:33:48.0801407+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-27T04:33:48.0801407+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>be8a96ae-2299-4ef7-bf7c-9e055fc0d771</MessageAuditId>
  <MessageAuditTypeId>e857539b-82c6-4430-86d0-c2cd06b85945</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>472896f7-9ebe-4a18-a404-045787fc5024</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>