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": "90b621c0-a38d-4ade-b7a9-b12586e626e6",
  "tenantId": "ea6c473a-45ee-49ac-ab90-7791506e6f42",
  "messageTypeId": "44664360-90c5-4ed8-897d-3959a694ef67",
  "userId": "ae625d19-3aa9-449c-a578-8585c5a783e9",
  "userGroupId": "105c724f-8500-46c7-a69c-b5564df10b33",
  "deviceId": "5c0eaabb-391b-472b-a805-90ffc3d5a39a",
  "deviceGroupId": "81b53290-ddac-46e0-8d37-f6fb787345f3",
  "applicationId": "9353c05d-1567-48fa-8130-3fa623c0ebfe",
  "applicationVersionId": "2863e322-8544-440f-aeb4-cbc688d811b4",
  "messageDestinationId": "1606321c-801c-4f6d-adea-d4d0b92c642b",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-09-11T10:55:07.242928+00:00",
  "updatedDateUtc": "2026-09-11T10:55:07.242928+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-09-11T10:55:07.242928+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-11T10:55:07.242928+00:00</UpdatedDateUtc>
  <ApplicationId>9353c05d-1567-48fa-8130-3fa623c0ebfe</ApplicationId>
  <ApplicationVersionId>2863e322-8544-440f-aeb4-cbc688d811b4</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>81b53290-ddac-46e0-8d37-f6fb787345f3</DeviceGroupId>
  <DeviceId>5c0eaabb-391b-472b-a805-90ffc3d5a39a</DeviceId>
  <MessageDestinationId>1606321c-801c-4f6d-adea-d4d0b92c642b</MessageDestinationId>
  <MessageRouteId>90b621c0-a38d-4ade-b7a9-b12586e626e6</MessageRouteId>
  <MessageTypeId>44664360-90c5-4ed8-897d-3959a694ef67</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>ea6c473a-45ee-49ac-ab90-7791506e6f42</TenantId>
  <UserGroupId>105c724f-8500-46c7-a69c-b5564df10b33</UserGroupId>
  <UserId>ae625d19-3aa9-449c-a578-8585c5a783e9</UserId>
</MessageRouteRepresentation>