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": "a18025a8-cd71-48c1-a5de-ec50dcf8ac07",
    "messageId": "b0841d3c-7154-4740-b3ff-43df17ed349e",
    "messageAuditTypeId": "a3311b29-2849-4d13-b81e-09ce9d9498f6",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-01T08:30:24.5913394+00:00",
    "updatedDateUtc": "2026-02-01T08:30:24.5913394+00:00"
  },
  {
    "messageAuditId": "a18025a8-cd71-48c1-a5de-ec50dcf8ac07",
    "messageId": "b0841d3c-7154-4740-b3ff-43df17ed349e",
    "messageAuditTypeId": "a3311b29-2849-4d13-b81e-09ce9d9498f6",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-01T08:30:24.5913394+00:00",
    "updatedDateUtc": "2026-02-01T08:30:24.5913394+00:00"
  },
  {
    "messageAuditId": "a18025a8-cd71-48c1-a5de-ec50dcf8ac07",
    "messageId": "b0841d3c-7154-4740-b3ff-43df17ed349e",
    "messageAuditTypeId": "a3311b29-2849-4d13-b81e-09ce9d9498f6",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-01T08:30:24.5913394+00:00",
    "updatedDateUtc": "2026-02-01T08:30:24.5913394+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-02-01T08:30:24.5913394+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:30:24.5913394+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>a18025a8-cd71-48c1-a5de-ec50dcf8ac07</MessageAuditId>
    <MessageAuditTypeId>a3311b29-2849-4d13-b81e-09ce9d9498f6</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>b0841d3c-7154-4740-b3ff-43df17ed349e</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-02-01T08:30:24.5913394+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:30:24.5913394+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>a18025a8-cd71-48c1-a5de-ec50dcf8ac07</MessageAuditId>
    <MessageAuditTypeId>a3311b29-2849-4d13-b81e-09ce9d9498f6</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>b0841d3c-7154-4740-b3ff-43df17ed349e</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-02-01T08:30:24.5913394+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:30:24.5913394+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>a18025a8-cd71-48c1-a5de-ec50dcf8ac07</MessageAuditId>
    <MessageAuditTypeId>a3311b29-2849-4d13-b81e-09ce9d9498f6</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>b0841d3c-7154-4740-b3ff-43df17ed349e</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
</ArrayOfMessageAuditRepresentation>