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": "1e6b772f-24e0-4e9b-90a4-11e0ab8e8f01",
  "messageId": "204d1a82-edb4-4b13-9eaf-e9a41570f493",
  "messageAuditTypeId": "eb4152d5-52fa-41af-8d63-e12103bf49f4",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-12-14T16:02:20.6576723+00:00",
  "updatedDateUtc": "2025-12-14T16:02:20.6576723+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>2025-12-14T16:02:20.6576723+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:02:20.6576723+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>1e6b772f-24e0-4e9b-90a4-11e0ab8e8f01</MessageAuditId>
  <MessageAuditTypeId>eb4152d5-52fa-41af-8d63-e12103bf49f4</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>204d1a82-edb4-4b13-9eaf-e9a41570f493</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>