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": "0c2e5447-2ce0-4be3-9141-388476b2aa31",
  "tenantId": "a2698c24-e623-44b4-b8c3-cbd742e28367",
  "messageTypeId": "af05a0dc-b4f4-4823-bf5a-5258c87af3bf",
  "userId": "65ba16e7-ac13-43ca-a31c-be0d78c7abc6",
  "userGroupId": "b2f56bf2-2cae-4589-a6dc-137fdcfb953f",
  "deviceId": "a61517b9-ab62-438f-9d4a-37e653008481",
  "deviceGroupId": "307c55ad-5f57-401c-8aaf-698efa33067d",
  "applicationId": "0d6a03e9-e77c-48db-890f-3a661638bf3a",
  "applicationVersionId": "6fe25313-98c4-449f-a390-c424b8f9e45c",
  "messageDestinationId": "4da5e4d1-49bc-4836-8625-9583cb550a5a",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-06-04T19:43:52.9776843+00:00",
  "updatedDateUtc": "2026-06-04T19:43:52.9776843+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-06-04T19:43:52.9776843+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-04T19:43:52.9776843+00:00</UpdatedDateUtc>
  <ApplicationId>0d6a03e9-e77c-48db-890f-3a661638bf3a</ApplicationId>
  <ApplicationVersionId>6fe25313-98c4-449f-a390-c424b8f9e45c</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>307c55ad-5f57-401c-8aaf-698efa33067d</DeviceGroupId>
  <DeviceId>a61517b9-ab62-438f-9d4a-37e653008481</DeviceId>
  <MessageDestinationId>4da5e4d1-49bc-4836-8625-9583cb550a5a</MessageDestinationId>
  <MessageRouteId>0c2e5447-2ce0-4be3-9141-388476b2aa31</MessageRouteId>
  <MessageTypeId>af05a0dc-b4f4-4823-bf5a-5258c87af3bf</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>a2698c24-e623-44b4-b8c3-cbd742e28367</TenantId>
  <UserGroupId>b2f56bf2-2cae-4589-a6dc-137fdcfb953f</UserGroupId>
  <UserId>65ba16e7-ac13-43ca-a31c-be0d78c7abc6</UserId>
</MessageRouteRepresentation>