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": "47615f22-0ef5-46dd-b0da-2a1c8df7df3d",
  "tenantId": "c60675bf-0886-4a01-96e9-4816bfc777eb",
  "messageTypeId": "d1a214ba-0d91-43e1-98a0-7d7089420e07",
  "userId": "9065e7f2-8668-45b3-a0d8-c100ce8cc840",
  "userGroupId": "6562ae26-23a3-4820-99a2-3dc07c3ba819",
  "deviceId": "3c94c715-0c7e-4bb3-92ef-b9edff93f575",
  "deviceGroupId": "c4086d71-c849-4267-bc36-54b17e1a0796",
  "applicationId": "ed2d9340-f777-4832-95e0-625b87d2933f",
  "applicationVersionId": "a724f73b-24bd-4227-9bd0-ee2ef4474d4b",
  "messageDestinationId": "6609d7c8-2727-46fd-8452-bcbe9bcbd689",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-10-25T04:56:54.6481328+00:00",
  "updatedDateUtc": "2025-10-25T04:56:54.6481328+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>2025-10-25T04:56:54.6481328+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-25T04:56:54.6481328+00:00</UpdatedDateUtc>
  <ApplicationId>ed2d9340-f777-4832-95e0-625b87d2933f</ApplicationId>
  <ApplicationVersionId>a724f73b-24bd-4227-9bd0-ee2ef4474d4b</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>c4086d71-c849-4267-bc36-54b17e1a0796</DeviceGroupId>
  <DeviceId>3c94c715-0c7e-4bb3-92ef-b9edff93f575</DeviceId>
  <MessageDestinationId>6609d7c8-2727-46fd-8452-bcbe9bcbd689</MessageDestinationId>
  <MessageRouteId>47615f22-0ef5-46dd-b0da-2a1c8df7df3d</MessageRouteId>
  <MessageTypeId>d1a214ba-0d91-43e1-98a0-7d7089420e07</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>c60675bf-0886-4a01-96e9-4816bfc777eb</TenantId>
  <UserGroupId>6562ae26-23a3-4820-99a2-3dc07c3ba819</UserGroupId>
  <UserId>9065e7f2-8668-45b3-a0d8-c100ce8cc840</UserId>
</MessageRouteRepresentation>