Cyan Web API - Version 1


GET api/messageRoute?{messageRouteId:guid}

            Gets message route
            

Request Information

Parameters

NameDescriptionAdditional information
messageRouteId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "messageRouteId": "efeead66-49ab-4fff-9762-6381f21185c5",
  "tenantId": "648ba5c3-6cd1-472f-981f-b3016802127d",
  "messageTypeId": "7019a10d-31a7-4f3b-96b7-6895f597b6b4",
  "userId": "16697510-8d23-4f03-91e0-570241e591f0",
  "userGroupId": "e44ad85a-73f8-49bb-b950-c26df3813a72",
  "deviceId": "12e7eb6e-e839-4c16-a5c6-dfee674d80db",
  "deviceGroupId": "7c46f231-97b9-4068-bec5-cd2e58ada73c",
  "applicationId": "0384c970-a23d-4f01-b94c-a70b8bd809a1",
  "applicationVersionId": "fce6a978-451a-4f24-86b9-91b27a600ef1",
  "messageDestinationId": "50fa546b-1e29-4c0b-bfc8-6b89eeeec734",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-08-11T02:18:31.6668464+00:00",
  "updatedDateUtc": "2026-08-11T02:18:31.6668464+00:00"
}

application/xml, text/xml

Sample:
<MessageRouteRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2026-08-11T02:18:31.6668464+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-11T02:18:31.6668464+00:00</UpdatedDateUtc>
  <ApplicationId>0384c970-a23d-4f01-b94c-a70b8bd809a1</ApplicationId>
  <ApplicationVersionId>fce6a978-451a-4f24-86b9-91b27a600ef1</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>7c46f231-97b9-4068-bec5-cd2e58ada73c</DeviceGroupId>
  <DeviceId>12e7eb6e-e839-4c16-a5c6-dfee674d80db</DeviceId>
  <MessageDestinationId>50fa546b-1e29-4c0b-bfc8-6b89eeeec734</MessageDestinationId>
  <MessageRouteId>efeead66-49ab-4fff-9762-6381f21185c5</MessageRouteId>
  <MessageTypeId>7019a10d-31a7-4f3b-96b7-6895f597b6b4</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>648ba5c3-6cd1-472f-981f-b3016802127d</TenantId>
  <UserGroupId>e44ad85a-73f8-49bb-b950-c26df3813a72</UserGroupId>
  <UserId>16697510-8d23-4f03-91e0-570241e591f0</UserId>
</MessageRouteRepresentation>