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": "d4ce4963-bfe2-4a04-b488-2e5f4f99398f",
  "messageId": "76a192e0-25e2-487a-8908-82112b3c3d52",
  "messageAuditTypeId": "e8a14dbd-df45-46c0-9388-ffa98e056718",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-08-02T05:15:19.8218696+00:00",
  "updatedDateUtc": "2026-08-02T05:15:19.8218696+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-02T05:15:19.8218696+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-02T05:15:19.8218696+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>d4ce4963-bfe2-4a04-b488-2e5f4f99398f</MessageAuditId>
  <MessageAuditTypeId>e8a14dbd-df45-46c0-9388-ffa98e056718</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>76a192e0-25e2-487a-8908-82112b3c3d52</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>