Cyan Web API - Version 1


GET api/messageAudits?{messageId}

            Gets all of the MessageAudit resources for a given MessageId
            

Request Information

Parameters

NameDescriptionAdditional information
messageId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "messageAuditId": "ded2c4d8-8765-4f01-adc5-a2f8f92f99d8",
    "messageId": "e2686e88-0de1-4244-9658-084eb5abbe49",
    "messageAuditTypeId": "6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-13T03:23:52.4973046+00:00",
    "updatedDateUtc": "2026-07-13T03:23:52.4973046+00:00"
  },
  {
    "messageAuditId": "ded2c4d8-8765-4f01-adc5-a2f8f92f99d8",
    "messageId": "e2686e88-0de1-4244-9658-084eb5abbe49",
    "messageAuditTypeId": "6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-13T03:23:52.4973046+00:00",
    "updatedDateUtc": "2026-07-13T03:23:52.4973046+00:00"
  },
  {
    "messageAuditId": "ded2c4d8-8765-4f01-adc5-a2f8f92f99d8",
    "messageId": "e2686e88-0de1-4244-9658-084eb5abbe49",
    "messageAuditTypeId": "6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-13T03:23:52.4973046+00:00",
    "updatedDateUtc": "2026-07-13T03:23:52.4973046+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMessageAuditRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-07-13T03:23:52.4973046+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T03:23:52.4973046+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>ded2c4d8-8765-4f01-adc5-a2f8f92f99d8</MessageAuditId>
    <MessageAuditTypeId>6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>e2686e88-0de1-4244-9658-084eb5abbe49</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-07-13T03:23:52.4973046+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T03:23:52.4973046+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>ded2c4d8-8765-4f01-adc5-a2f8f92f99d8</MessageAuditId>
    <MessageAuditTypeId>6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>e2686e88-0de1-4244-9658-084eb5abbe49</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-07-13T03:23:52.4973046+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T03:23:52.4973046+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>ded2c4d8-8765-4f01-adc5-a2f8f92f99d8</MessageAuditId>
    <MessageAuditTypeId>6b4d191e-89f2-4ca9-bcf2-3bd93b1a87d7</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>e2686e88-0de1-4244-9658-084eb5abbe49</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
</ArrayOfMessageAuditRepresentation>