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": "0fa28056-b09a-4ac3-bc48-8afb70eef54d",
  "tenantId": "69af4a96-4f33-4778-8272-72a6bc2f2bc0",
  "messageTypeId": "8301da41-430e-4018-84e4-0715f0ef0cde",
  "userId": "9dbd44a8-b678-4c81-8e20-e76eff6aa123",
  "userGroupId": "b91161b2-9604-4d45-a857-81a6530ab90b",
  "deviceId": "08c9756c-7551-4474-8df7-c013e7d23a06",
  "deviceGroupId": "baab999e-b387-429a-b1bb-3132890f5253",
  "applicationId": "8cb3e3d5-04a2-4ca6-9f43-d36627961b0f",
  "applicationVersionId": "65405ba3-3ed0-43cb-9c74-1cd83ee5745c",
  "messageDestinationId": "b516f189-5e3d-4ad5-9f4d-ef3611d3b058",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-03-13T01:14:04.2951583+00:00",
  "updatedDateUtc": "2026-03-13T01:14:04.2951583+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-03-13T01:14:04.2951583+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-13T01:14:04.2951583+00:00</UpdatedDateUtc>
  <ApplicationId>8cb3e3d5-04a2-4ca6-9f43-d36627961b0f</ApplicationId>
  <ApplicationVersionId>65405ba3-3ed0-43cb-9c74-1cd83ee5745c</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>baab999e-b387-429a-b1bb-3132890f5253</DeviceGroupId>
  <DeviceId>08c9756c-7551-4474-8df7-c013e7d23a06</DeviceId>
  <MessageDestinationId>b516f189-5e3d-4ad5-9f4d-ef3611d3b058</MessageDestinationId>
  <MessageRouteId>0fa28056-b09a-4ac3-bc48-8afb70eef54d</MessageRouteId>
  <MessageTypeId>8301da41-430e-4018-84e4-0715f0ef0cde</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>69af4a96-4f33-4778-8272-72a6bc2f2bc0</TenantId>
  <UserGroupId>b91161b2-9604-4d45-a857-81a6530ab90b</UserGroupId>
  <UserId>9dbd44a8-b678-4c81-8e20-e76eff6aa123</UserId>
</MessageRouteRepresentation>