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": "b1b92c89-fd36-41f4-aca9-78ea301514dd",
    "messageId": "5af7bb8e-d545-40f5-ae5f-6434dffeb86f",
    "messageAuditTypeId": "a3263c42-ce62-4afe-9607-4cc9179c0a9c",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-24T19:41:31.0422324+00:00",
    "updatedDateUtc": "2026-07-24T19:41:31.0422324+00:00"
  },
  {
    "messageAuditId": "b1b92c89-fd36-41f4-aca9-78ea301514dd",
    "messageId": "5af7bb8e-d545-40f5-ae5f-6434dffeb86f",
    "messageAuditTypeId": "a3263c42-ce62-4afe-9607-4cc9179c0a9c",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-24T19:41:31.0422324+00:00",
    "updatedDateUtc": "2026-07-24T19:41:31.0422324+00:00"
  },
  {
    "messageAuditId": "b1b92c89-fd36-41f4-aca9-78ea301514dd",
    "messageId": "5af7bb8e-d545-40f5-ae5f-6434dffeb86f",
    "messageAuditTypeId": "a3263c42-ce62-4afe-9607-4cc9179c0a9c",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-07-24T19:41:31.0422324+00:00",
    "updatedDateUtc": "2026-07-24T19:41:31.0422324+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-24T19:41:31.0422324+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T19:41:31.0422324+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>b1b92c89-fd36-41f4-aca9-78ea301514dd</MessageAuditId>
    <MessageAuditTypeId>a3263c42-ce62-4afe-9607-4cc9179c0a9c</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>5af7bb8e-d545-40f5-ae5f-6434dffeb86f</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-07-24T19:41:31.0422324+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T19:41:31.0422324+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>b1b92c89-fd36-41f4-aca9-78ea301514dd</MessageAuditId>
    <MessageAuditTypeId>a3263c42-ce62-4afe-9607-4cc9179c0a9c</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>5af7bb8e-d545-40f5-ae5f-6434dffeb86f</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-07-24T19:41:31.0422324+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T19:41:31.0422324+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>b1b92c89-fd36-41f4-aca9-78ea301514dd</MessageAuditId>
    <MessageAuditTypeId>a3263c42-ce62-4afe-9607-4cc9179c0a9c</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>5af7bb8e-d545-40f5-ae5f-6434dffeb86f</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
</ArrayOfMessageAuditRepresentation>