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": "36ff2d06-a0d6-4631-a265-1a8b3b76e7c9",
  "tenantId": "4432880c-720a-4928-97fc-5dc8c0bfdf8d",
  "messageTypeId": "f8f7415a-3785-4df9-abfb-56a5506e60b7",
  "userId": "e1855d95-bd2f-4115-a8fc-932642c1f2bc",
  "userGroupId": "4e7edbb5-3217-446e-96dd-a261460c9113",
  "deviceId": "aac393c1-c9b1-4a18-ae9c-0db4f76a2fe2",
  "deviceGroupId": "14efa9a2-cf61-49a5-ab3a-c01340863931",
  "applicationId": "9cf98e97-d738-4bfa-9fa8-9f22c2d9a564",
  "applicationVersionId": "60853855-0173-4431-a2d1-f9d704ef1025",
  "messageDestinationId": "863a3400-fa4c-428f-a295-0bc9d8b2371c",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-05-11T10:10:53.9994015+00:00",
  "updatedDateUtc": "2026-05-11T10:10:53.9994015+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-05-11T10:10:53.9994015+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-11T10:10:53.9994015+00:00</UpdatedDateUtc>
  <ApplicationId>9cf98e97-d738-4bfa-9fa8-9f22c2d9a564</ApplicationId>
  <ApplicationVersionId>60853855-0173-4431-a2d1-f9d704ef1025</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>14efa9a2-cf61-49a5-ab3a-c01340863931</DeviceGroupId>
  <DeviceId>aac393c1-c9b1-4a18-ae9c-0db4f76a2fe2</DeviceId>
  <MessageDestinationId>863a3400-fa4c-428f-a295-0bc9d8b2371c</MessageDestinationId>
  <MessageRouteId>36ff2d06-a0d6-4631-a265-1a8b3b76e7c9</MessageRouteId>
  <MessageTypeId>f8f7415a-3785-4df9-abfb-56a5506e60b7</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>4432880c-720a-4928-97fc-5dc8c0bfdf8d</TenantId>
  <UserGroupId>4e7edbb5-3217-446e-96dd-a261460c9113</UserGroupId>
  <UserId>e1855d95-bd2f-4115-a8fc-932642c1f2bc</UserId>
</MessageRouteRepresentation>