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": "b3b95cfe-34b8-4694-9529-ee9125486319",
  "tenantId": "88e12fdb-a09d-4852-9816-3c02a1915733",
  "messageTypeId": "2bac7133-8b75-4747-918b-f0772aeef445",
  "userId": "a67a0fe1-02e3-4b5c-9775-041a6da1d9f7",
  "userGroupId": "baa97150-585c-4fd2-88a3-c42bb83b4d55",
  "deviceId": "5c12e6e9-734e-4ca5-98a0-73729e24fa9d",
  "deviceGroupId": "813f9685-55a6-4a40-8cc6-e87234356731",
  "applicationId": "cefa22b4-bd08-46b6-91e3-624917aa302a",
  "applicationVersionId": "94dbb6ff-bde1-4645-b2cd-c7b0141f3a7e",
  "messageDestinationId": "2eee1577-f675-4b2e-8607-7e849ad08e60",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-11-15T12:16:34.8700957+00:00",
  "updatedDateUtc": "2025-11-15T12:16:34.8700957+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-11-15T12:16:34.8700957+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-15T12:16:34.8700957+00:00</UpdatedDateUtc>
  <ApplicationId>cefa22b4-bd08-46b6-91e3-624917aa302a</ApplicationId>
  <ApplicationVersionId>94dbb6ff-bde1-4645-b2cd-c7b0141f3a7e</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>813f9685-55a6-4a40-8cc6-e87234356731</DeviceGroupId>
  <DeviceId>5c12e6e9-734e-4ca5-98a0-73729e24fa9d</DeviceId>
  <MessageDestinationId>2eee1577-f675-4b2e-8607-7e849ad08e60</MessageDestinationId>
  <MessageRouteId>b3b95cfe-34b8-4694-9529-ee9125486319</MessageRouteId>
  <MessageTypeId>2bac7133-8b75-4747-918b-f0772aeef445</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>88e12fdb-a09d-4852-9816-3c02a1915733</TenantId>
  <UserGroupId>baa97150-585c-4fd2-88a3-c42bb83b4d55</UserGroupId>
  <UserId>a67a0fe1-02e3-4b5c-9775-041a6da1d9f7</UserId>
</MessageRouteRepresentation>