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": "391b2eef-4321-4dc8-80af-e525c0abe2ad",
  "tenantId": "fcd77cb2-1490-431a-b2fd-d4b895a35835",
  "messageTypeId": "64fdb194-4286-4a64-978c-6636a2538ea3",
  "userId": "e2a777de-ebe7-4f91-a632-fba1f6dac103",
  "userGroupId": "8010365e-b38a-4fab-bc1a-6e9d7e107d65",
  "deviceId": "cbb689d9-6e2c-4031-bdd4-c43291986224",
  "deviceGroupId": "ae3f57e1-8018-499b-a07b-f8ff2879d20e",
  "applicationId": "292c6164-05d5-4b0d-bdcf-37cbff3ced95",
  "applicationVersionId": "ebacf9b0-2bb2-462e-976b-fe29c80efb38",
  "messageDestinationId": "196d30e8-3499-41b4-b088-3752800ec38a",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-07-17T09:38:59.8241233+00:00",
  "updatedDateUtc": "2025-07-17T09:38:59.8241233+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-07-17T09:38:59.8241233+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-07-17T09:38:59.8241233+00:00</UpdatedDateUtc>
  <ApplicationId>292c6164-05d5-4b0d-bdcf-37cbff3ced95</ApplicationId>
  <ApplicationVersionId>ebacf9b0-2bb2-462e-976b-fe29c80efb38</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>ae3f57e1-8018-499b-a07b-f8ff2879d20e</DeviceGroupId>
  <DeviceId>cbb689d9-6e2c-4031-bdd4-c43291986224</DeviceId>
  <MessageDestinationId>196d30e8-3499-41b4-b088-3752800ec38a</MessageDestinationId>
  <MessageRouteId>391b2eef-4321-4dc8-80af-e525c0abe2ad</MessageRouteId>
  <MessageTypeId>64fdb194-4286-4a64-978c-6636a2538ea3</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>fcd77cb2-1490-431a-b2fd-d4b895a35835</TenantId>
  <UserGroupId>8010365e-b38a-4fab-bc1a-6e9d7e107d65</UserGroupId>
  <UserId>e2a777de-ebe7-4f91-a632-fba1f6dac103</UserId>
</MessageRouteRepresentation>