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": "9401f213-0ec7-4552-8e2d-17cf87a1ef51",
  "tenantId": "aef22fdb-06ed-486f-a49d-669b2be072ad",
  "messageTypeId": "2888c364-2799-4876-90c9-fcd36d502073",
  "userId": "7d9f5eeb-43a9-4406-809d-e478129f0843",
  "userGroupId": "051f5150-75da-45ea-8135-dc225fbaaef3",
  "deviceId": "51c8d422-c3fd-4432-b27a-35bfd047fb9c",
  "deviceGroupId": "9eac6c41-16eb-4c86-9d5f-b82726ad502f",
  "applicationId": "a156022c-9d65-46bc-949f-31090875fb4f",
  "applicationVersionId": "660e6782-f484-478a-ba85-8ed96aa0848e",
  "messageDestinationId": "ed448d43-2ce0-4d3a-bf4c-dc5774b92e3a",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-07-27T01:15:10.4224926+00:00",
  "updatedDateUtc": "2026-07-27T01:15:10.4224926+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-07-27T01:15:10.4224926+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-27T01:15:10.4224926+00:00</UpdatedDateUtc>
  <ApplicationId>a156022c-9d65-46bc-949f-31090875fb4f</ApplicationId>
  <ApplicationVersionId>660e6782-f484-478a-ba85-8ed96aa0848e</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>9eac6c41-16eb-4c86-9d5f-b82726ad502f</DeviceGroupId>
  <DeviceId>51c8d422-c3fd-4432-b27a-35bfd047fb9c</DeviceId>
  <MessageDestinationId>ed448d43-2ce0-4d3a-bf4c-dc5774b92e3a</MessageDestinationId>
  <MessageRouteId>9401f213-0ec7-4552-8e2d-17cf87a1ef51</MessageRouteId>
  <MessageTypeId>2888c364-2799-4876-90c9-fcd36d502073</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>aef22fdb-06ed-486f-a49d-669b2be072ad</TenantId>
  <UserGroupId>051f5150-75da-45ea-8135-dc225fbaaef3</UserGroupId>
  <UserId>7d9f5eeb-43a9-4406-809d-e478129f0843</UserId>
</MessageRouteRepresentation>