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": "85c23118-8e15-45e6-8c16-b2a984da6b8e",
  "messageId": "2ade8b59-0084-4e5e-9f1a-7705575ddffa",
  "messageAuditTypeId": "770309b4-32ec-4d5e-8743-3db1b25fcd58",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-02-01T08:32:36.9100299+00:00",
  "updatedDateUtc": "2026-02-01T08:32:36.9100299+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-02-01T08:32:36.9100299+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-01T08:32:36.9100299+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>85c23118-8e15-45e6-8c16-b2a984da6b8e</MessageAuditId>
  <MessageAuditTypeId>770309b4-32ec-4d5e-8743-3db1b25fcd58</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>2ade8b59-0084-4e5e-9f1a-7705575ddffa</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>