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": "d266bc74-29cd-4ee3-8e19-294998dca20c",
  "tenantId": "328180e5-1378-43ef-85a3-195a67a78c6d",
  "messageTypeId": "8c596668-7f47-48fd-a507-541f7db26929",
  "userId": "378374b3-cc76-454f-9c9e-b434a781b89b",
  "userGroupId": "1dfdc0ab-f94b-4899-9830-2540b8eddc5a",
  "deviceId": "f1d68edb-8ae9-4d91-93a3-b33b6b2780a0",
  "deviceGroupId": "b8481000-032e-4e78-b926-bddc63b8a082",
  "applicationId": "e01d3bd3-2215-4a71-9afe-04cf98a28c3b",
  "applicationVersionId": "4b917d1e-360a-4f42-92ee-74f1ba293b7a",
  "messageDestinationId": "89b94a79-fd6e-45a6-ae71-9ad1f8af2bf9",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-08-27T04:31:58.907997+00:00",
  "updatedDateUtc": "2026-08-27T04:31:58.907997+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-08-27T04:31:58.907997+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-27T04:31:58.907997+00:00</UpdatedDateUtc>
  <ApplicationId>e01d3bd3-2215-4a71-9afe-04cf98a28c3b</ApplicationId>
  <ApplicationVersionId>4b917d1e-360a-4f42-92ee-74f1ba293b7a</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>b8481000-032e-4e78-b926-bddc63b8a082</DeviceGroupId>
  <DeviceId>f1d68edb-8ae9-4d91-93a3-b33b6b2780a0</DeviceId>
  <MessageDestinationId>89b94a79-fd6e-45a6-ae71-9ad1f8af2bf9</MessageDestinationId>
  <MessageRouteId>d266bc74-29cd-4ee3-8e19-294998dca20c</MessageRouteId>
  <MessageTypeId>8c596668-7f47-48fd-a507-541f7db26929</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>328180e5-1378-43ef-85a3-195a67a78c6d</TenantId>
  <UserGroupId>1dfdc0ab-f94b-4899-9830-2540b8eddc5a</UserGroupId>
  <UserId>378374b3-cc76-454f-9c9e-b434a781b89b</UserId>
</MessageRouteRepresentation>