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": "87463676-8ae2-4566-89dc-aa11b25ab199",
  "messageId": "13d643eb-a000-403f-90b5-d9b70d3d52a9",
  "messageAuditTypeId": "9d20bb5d-3731-4bc4-abe5-7db511dbcfb5",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-04-01T16:09:52.6102718+00:00",
  "updatedDateUtc": "2026-04-01T16:09:52.6102718+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-04-01T16:09:52.6102718+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-01T16:09:52.6102718+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>87463676-8ae2-4566-89dc-aa11b25ab199</MessageAuditId>
  <MessageAuditTypeId>9d20bb5d-3731-4bc4-abe5-7db511dbcfb5</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>13d643eb-a000-403f-90b5-d9b70d3d52a9</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>