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": "57a28f1e-d293-4f7d-a7c4-63d5c11a0705",
  "tenantId": "b2f0044e-0fe4-4482-b460-2ce431e1ade5",
  "messageTypeId": "36b54726-fd15-4750-8535-fe06e75dc8cd",
  "userId": "a1547399-450b-47d7-9630-9bcafeed7f0e",
  "userGroupId": "2e4ec37c-6da2-4f5c-9d58-e397134deae2",
  "deviceId": "943ebe64-5986-4210-966f-b025cf868f0d",
  "deviceGroupId": "3898fdbb-f8bc-4da3-b612-58714c9fe68b",
  "applicationId": "bbc6aecd-7c49-4598-83f7-3c125794932c",
  "applicationVersionId": "72a92502-4eee-4878-a8b7-63e92490e948",
  "messageDestinationId": "6c2736f8-e8f4-48ab-a0a1-c945bcb7db91",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-08-02T06:28:58.7709971+00:00",
  "updatedDateUtc": "2026-08-02T06:28:58.7709971+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-02T06:28:58.7709971+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-02T06:28:58.7709971+00:00</UpdatedDateUtc>
  <ApplicationId>bbc6aecd-7c49-4598-83f7-3c125794932c</ApplicationId>
  <ApplicationVersionId>72a92502-4eee-4878-a8b7-63e92490e948</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>3898fdbb-f8bc-4da3-b612-58714c9fe68b</DeviceGroupId>
  <DeviceId>943ebe64-5986-4210-966f-b025cf868f0d</DeviceId>
  <MessageDestinationId>6c2736f8-e8f4-48ab-a0a1-c945bcb7db91</MessageDestinationId>
  <MessageRouteId>57a28f1e-d293-4f7d-a7c4-63d5c11a0705</MessageRouteId>
  <MessageTypeId>36b54726-fd15-4750-8535-fe06e75dc8cd</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>b2f0044e-0fe4-4482-b460-2ce431e1ade5</TenantId>
  <UserGroupId>2e4ec37c-6da2-4f5c-9d58-e397134deae2</UserGroupId>
  <UserId>a1547399-450b-47d7-9630-9bcafeed7f0e</UserId>
</MessageRouteRepresentation>