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": "865779e9-3a6c-4d33-9eac-c4d170c0ef57",
  "messageId": "659a5914-0d8b-4a5d-8768-df1fc6b7fe6a",
  "messageAuditTypeId": "9b50349d-79f8-433e-bf8e-b45c0aa94639",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-08-15T17:27:37.7786424+00:00",
  "updatedDateUtc": "2026-08-15T17:27:37.7786424+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-15T17:27:37.7786424+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-15T17:27:37.7786424+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>865779e9-3a6c-4d33-9eac-c4d170c0ef57</MessageAuditId>
  <MessageAuditTypeId>9b50349d-79f8-433e-bf8e-b45c0aa94639</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>659a5914-0d8b-4a5d-8768-df1fc6b7fe6a</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>