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": "361f790a-e9ca-4057-8d90-298dc752c340",
  "tenantId": "23fba85a-d80c-49f1-93c3-bdc177b59998",
  "messageTypeId": "0796dddb-0b1e-40b9-88b7-5cdc73d2cb46",
  "userId": "95ffb206-5f27-46f6-835f-d5dbcd8c7324",
  "userGroupId": "780f8002-5e0e-4a32-afcb-f0402a784c1b",
  "deviceId": "50f086fe-e980-40e7-8c65-1db4fedcc26a",
  "deviceGroupId": "de7ea2a1-d33a-4384-9f17-e2897675c41d",
  "applicationId": "8acf4403-2498-4fce-8161-0640896c02f5",
  "applicationVersionId": "b013014f-8968-467c-b763-34df25591706",
  "messageDestinationId": "ce3fded8-3aa1-4fc3-8aa5-50de25d98614",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-03-30T22:55:12.5872923+00:00",
  "updatedDateUtc": "2026-03-30T22:55:12.5872923+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-30T22:55:12.5872923+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-30T22:55:12.5872923+00:00</UpdatedDateUtc>
  <ApplicationId>8acf4403-2498-4fce-8161-0640896c02f5</ApplicationId>
  <ApplicationVersionId>b013014f-8968-467c-b763-34df25591706</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>de7ea2a1-d33a-4384-9f17-e2897675c41d</DeviceGroupId>
  <DeviceId>50f086fe-e980-40e7-8c65-1db4fedcc26a</DeviceId>
  <MessageDestinationId>ce3fded8-3aa1-4fc3-8aa5-50de25d98614</MessageDestinationId>
  <MessageRouteId>361f790a-e9ca-4057-8d90-298dc752c340</MessageRouteId>
  <MessageTypeId>0796dddb-0b1e-40b9-88b7-5cdc73d2cb46</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>23fba85a-d80c-49f1-93c3-bdc177b59998</TenantId>
  <UserGroupId>780f8002-5e0e-4a32-afcb-f0402a784c1b</UserGroupId>
  <UserId>95ffb206-5f27-46f6-835f-d5dbcd8c7324</UserId>
</MessageRouteRepresentation>