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": "a373fe74-545f-4426-a83c-09aaaf4931c6",
  "messageId": "8fa1b3b7-b18f-4f23-bf9c-1cf256a0601c",
  "messageAuditTypeId": "fae4a22f-7ac7-4c8b-b7ea-12666bb2c9c4",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-09-10T19:07:26.9649137+00:00",
  "updatedDateUtc": "2026-09-10T19:07:26.9649137+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-09-10T19:07:26.9649137+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-10T19:07:26.9649137+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>a373fe74-545f-4426-a83c-09aaaf4931c6</MessageAuditId>
  <MessageAuditTypeId>fae4a22f-7ac7-4c8b-b7ea-12666bb2c9c4</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>8fa1b3b7-b18f-4f23-bf9c-1cf256a0601c</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>