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": "90425f5c-206a-44b8-a47d-cd4caf82fd3a",
  "tenantId": "26e63689-e193-4c8c-ae07-12f2aac2b9dd",
  "messageTypeId": "41895c6d-f3e7-4ad9-ac73-5bcbaa2c35d9",
  "userId": "debbcd36-db61-4e4f-b108-03d2c1afd3d8",
  "userGroupId": "27c16805-8843-4416-a848-2a84901a7c68",
  "deviceId": "ef558154-5292-4441-bd82-35d1c5941641",
  "deviceGroupId": "f12cbe7a-f4be-48c0-88de-06332d4f1d6e",
  "applicationId": "21bfcfeb-4cb2-4680-94b5-12ef18c4d766",
  "applicationVersionId": "6d3e5d73-1c1e-4b49-97f1-437dd80c6650",
  "messageDestinationId": "a7a57a2e-01d0-456c-b5f9-55d0d65b92e9",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-07-15T17:30:55.4053813+00:00",
  "updatedDateUtc": "2026-07-15T17:30:55.4053813+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-15T17:30:55.4053813+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-15T17:30:55.4053813+00:00</UpdatedDateUtc>
  <ApplicationId>21bfcfeb-4cb2-4680-94b5-12ef18c4d766</ApplicationId>
  <ApplicationVersionId>6d3e5d73-1c1e-4b49-97f1-437dd80c6650</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>f12cbe7a-f4be-48c0-88de-06332d4f1d6e</DeviceGroupId>
  <DeviceId>ef558154-5292-4441-bd82-35d1c5941641</DeviceId>
  <MessageDestinationId>a7a57a2e-01d0-456c-b5f9-55d0d65b92e9</MessageDestinationId>
  <MessageRouteId>90425f5c-206a-44b8-a47d-cd4caf82fd3a</MessageRouteId>
  <MessageTypeId>41895c6d-f3e7-4ad9-ac73-5bcbaa2c35d9</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>26e63689-e193-4c8c-ae07-12f2aac2b9dd</TenantId>
  <UserGroupId>27c16805-8843-4416-a848-2a84901a7c68</UserGroupId>
  <UserId>debbcd36-db61-4e4f-b108-03d2c1afd3d8</UserId>
</MessageRouteRepresentation>