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": "67b91391-071d-4a36-b53d-7905047531e2",
  "tenantId": "c489e9df-74a2-451a-a972-d0764cd8be11",
  "messageTypeId": "f34c5f73-7cd1-4529-804b-196f30b9bb90",
  "userId": "4cd332a8-c600-4ebc-8eb0-912c2e980c06",
  "userGroupId": "4608f377-ec63-43e8-a3a6-678fb9353303",
  "deviceId": "3b0b05bf-49a3-4088-9354-eaaf3f3172ba",
  "deviceGroupId": "d359f19f-799b-479f-aff6-f897565943dd",
  "applicationId": "a31d5815-a12b-4a0d-b04e-0497003beb3f",
  "applicationVersionId": "94d96089-4108-4db3-81b0-d8d9c03ab6ca",
  "messageDestinationId": "1d932d3d-f35c-4349-ad85-93e074242f06",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-09-13T07:29:59.1175596+00:00",
  "updatedDateUtc": "2025-09-13T07:29:59.1175596+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-09-13T07:29:59.1175596+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-09-13T07:29:59.1175596+00:00</UpdatedDateUtc>
  <ApplicationId>a31d5815-a12b-4a0d-b04e-0497003beb3f</ApplicationId>
  <ApplicationVersionId>94d96089-4108-4db3-81b0-d8d9c03ab6ca</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>d359f19f-799b-479f-aff6-f897565943dd</DeviceGroupId>
  <DeviceId>3b0b05bf-49a3-4088-9354-eaaf3f3172ba</DeviceId>
  <MessageDestinationId>1d932d3d-f35c-4349-ad85-93e074242f06</MessageDestinationId>
  <MessageRouteId>67b91391-071d-4a36-b53d-7905047531e2</MessageRouteId>
  <MessageTypeId>f34c5f73-7cd1-4529-804b-196f30b9bb90</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>c489e9df-74a2-451a-a972-d0764cd8be11</TenantId>
  <UserGroupId>4608f377-ec63-43e8-a3a6-678fb9353303</UserGroupId>
  <UserId>4cd332a8-c600-4ebc-8eb0-912c2e980c06</UserId>
</MessageRouteRepresentation>