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": "4c0710f7-20bd-4d41-81c9-208a78d0de3e",
  "tenantId": "2a434e4f-efad-4043-bb85-60847f7fea71",
  "messageTypeId": "bd3bac86-f933-4f46-b146-a62b65e9d7c2",
  "userId": "14d71ad6-7e81-45e6-a914-57d8f7dcda3c",
  "userGroupId": "d4d91b07-86aa-4602-b879-48d027e82362",
  "deviceId": "b2c2381b-0e1e-47b8-8f37-82bec22c1df1",
  "deviceGroupId": "19e07929-afb7-47fc-81d2-2a09805a933e",
  "applicationId": "c408d263-cb59-4b53-975e-3e625f971698",
  "applicationVersionId": "3ebf2fa4-177b-459a-a8ad-f824c9d477f3",
  "messageDestinationId": "32a58751-c120-413f-954a-9d2a73835ba8",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-03-14T07:27:40.4218511+00:00",
  "updatedDateUtc": "2026-03-14T07:27:40.4218511+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-14T07:27:40.4218511+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-14T07:27:40.4218511+00:00</UpdatedDateUtc>
  <ApplicationId>c408d263-cb59-4b53-975e-3e625f971698</ApplicationId>
  <ApplicationVersionId>3ebf2fa4-177b-459a-a8ad-f824c9d477f3</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>19e07929-afb7-47fc-81d2-2a09805a933e</DeviceGroupId>
  <DeviceId>b2c2381b-0e1e-47b8-8f37-82bec22c1df1</DeviceId>
  <MessageDestinationId>32a58751-c120-413f-954a-9d2a73835ba8</MessageDestinationId>
  <MessageRouteId>4c0710f7-20bd-4d41-81c9-208a78d0de3e</MessageRouteId>
  <MessageTypeId>bd3bac86-f933-4f46-b146-a62b65e9d7c2</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>2a434e4f-efad-4043-bb85-60847f7fea71</TenantId>
  <UserGroupId>d4d91b07-86aa-4602-b879-48d027e82362</UserGroupId>
  <UserId>14d71ad6-7e81-45e6-a914-57d8f7dcda3c</UserId>
</MessageRouteRepresentation>