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": "383d4bff-3474-4bfa-8117-29c9ab76aeca",
    "messageId": "8e342bd2-58bc-44d1-9c55-7a68c853bb92",
    "messageAuditTypeId": "3709b7b3-f3d1-4011-a1f6-14feaeac38a8",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-22T22:02:27.3277693+00:00",
    "updatedDateUtc": "2026-03-22T22:02:27.3277693+00:00"
  },
  {
    "messageAuditId": "383d4bff-3474-4bfa-8117-29c9ab76aeca",
    "messageId": "8e342bd2-58bc-44d1-9c55-7a68c853bb92",
    "messageAuditTypeId": "3709b7b3-f3d1-4011-a1f6-14feaeac38a8",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-22T22:02:27.3277693+00:00",
    "updatedDateUtc": "2026-03-22T22:02:27.3277693+00:00"
  },
  {
    "messageAuditId": "383d4bff-3474-4bfa-8117-29c9ab76aeca",
    "messageId": "8e342bd2-58bc-44d1-9c55-7a68c853bb92",
    "messageAuditTypeId": "3709b7b3-f3d1-4011-a1f6-14feaeac38a8",
    "messageAuditTypeLookupKey": "sample string 4",
    "text": "sample string 5",
    "messageCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-22T22:02:27.3277693+00:00",
    "updatedDateUtc": "2026-03-22T22:02:27.3277693+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-03-22T22:02:27.3277693+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T22:02:27.3277693+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>383d4bff-3474-4bfa-8117-29c9ab76aeca</MessageAuditId>
    <MessageAuditTypeId>3709b7b3-f3d1-4011-a1f6-14feaeac38a8</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>8e342bd2-58bc-44d1-9c55-7a68c853bb92</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-03-22T22:02:27.3277693+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T22:02:27.3277693+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>383d4bff-3474-4bfa-8117-29c9ab76aeca</MessageAuditId>
    <MessageAuditTypeId>3709b7b3-f3d1-4011-a1f6-14feaeac38a8</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>8e342bd2-58bc-44d1-9c55-7a68c853bb92</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
  <MessageAuditRepresentation>
    <CreatedDateUtc>2026-03-22T22:02:27.3277693+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T22:02:27.3277693+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <MessageAuditId>383d4bff-3474-4bfa-8117-29c9ab76aeca</MessageAuditId>
    <MessageAuditTypeId>3709b7b3-f3d1-4011-a1f6-14feaeac38a8</MessageAuditTypeId>
    <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
    <MessageCyanId>6</MessageCyanId>
    <MessageId>8e342bd2-58bc-44d1-9c55-7a68c853bb92</MessageId>
    <Text>sample string 5</Text>
  </MessageAuditRepresentation>
</ArrayOfMessageAuditRepresentation>