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": "05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2",
    "messageId": "f9a15e3e-e172-4b1d-9ce4-413ad785d300",
    "messageAuditTypeId": "534acbaa-09e8-4bdf-8054-d78023a5bd53",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-10-19T17:04:21.6813969+00:00",
    "updatedDateUtc": "2025-10-19T17:04:21.6813969+00:00"
  },
  {
    "messageAuditId": "05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2",
    "messageId": "f9a15e3e-e172-4b1d-9ce4-413ad785d300",
    "messageAuditTypeId": "534acbaa-09e8-4bdf-8054-d78023a5bd53",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-10-19T17:04:21.6813969+00:00",
    "updatedDateUtc": "2025-10-19T17:04:21.6813969+00:00"
  },
  {
    "messageAuditId": "05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2",
    "messageId": "f9a15e3e-e172-4b1d-9ce4-413ad785d300",
    "messageAuditTypeId": "534acbaa-09e8-4bdf-8054-d78023a5bd53",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-10-19T17:04:21.6813969+00:00",
    "updatedDateUtc": "2025-10-19T17:04:21.6813969+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>2025-10-19T17:04:21.6813969+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-19T17:04:21.6813969+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2</MessageAuditId>
    <MessageAuditTypeId>534acbaa-09e8-4bdf-8054-d78023a5bd53</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>f9a15e3e-e172-4b1d-9ce4-413ad785d300</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2025-10-19T17:04:21.6813969+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-19T17:04:21.6813969+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2</MessageAuditId>
    <MessageAuditTypeId>534acbaa-09e8-4bdf-8054-d78023a5bd53</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>f9a15e3e-e172-4b1d-9ce4-413ad785d300</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2025-10-19T17:04:21.6813969+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-19T17:04:21.6813969+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>05271d13-8a4a-4c9e-9dcb-b17fb38ffeb2</MessageAuditId>
    <MessageAuditTypeId>534acbaa-09e8-4bdf-8054-d78023a5bd53</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>f9a15e3e-e172-4b1d-9ce4-413ad785d300</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
</ArrayOfMessageAuditRepresentation>