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": "9b437482-ca75-45fb-b8d3-c6d1542e09fb",
  "tenantId": "56195a58-ae86-49cf-8118-0dc57720414e",
  "messageTypeId": "57726670-45d2-4f03-a146-7134f7db454d",
  "userId": "089314fc-7ed3-4b48-8ce2-31863c5bb956",
  "userGroupId": "32d658ab-c5f1-4cc5-abdd-86bd6e9cbd51",
  "deviceId": "094687fd-50cd-4087-a65f-5550fbe0eae0",
  "deviceGroupId": "3ad6c534-f91b-4951-b914-5b0b2ae9b636",
  "applicationId": "690c59bd-ddeb-40a8-93d4-dc7edaaf99ab",
  "applicationVersionId": "86309c1e-d0d4-4a27-96f1-577220cb35fa",
  "messageDestinationId": "3989d1f7-83aa-4a9e-87a8-d3bd59bfe9c9",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-04-28T12:06:45.147034+00:00",
  "updatedDateUtc": "2026-04-28T12:06:45.147034+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-04-28T12:06:45.147034+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-28T12:06:45.147034+00:00</UpdatedDateUtc>
  <ApplicationId>690c59bd-ddeb-40a8-93d4-dc7edaaf99ab</ApplicationId>
  <ApplicationVersionId>86309c1e-d0d4-4a27-96f1-577220cb35fa</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>3ad6c534-f91b-4951-b914-5b0b2ae9b636</DeviceGroupId>
  <DeviceId>094687fd-50cd-4087-a65f-5550fbe0eae0</DeviceId>
  <MessageDestinationId>3989d1f7-83aa-4a9e-87a8-d3bd59bfe9c9</MessageDestinationId>
  <MessageRouteId>9b437482-ca75-45fb-b8d3-c6d1542e09fb</MessageRouteId>
  <MessageTypeId>57726670-45d2-4f03-a146-7134f7db454d</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>56195a58-ae86-49cf-8118-0dc57720414e</TenantId>
  <UserGroupId>32d658ab-c5f1-4cc5-abdd-86bd6e9cbd51</UserGroupId>
  <UserId>089314fc-7ed3-4b48-8ce2-31863c5bb956</UserId>
</MessageRouteRepresentation>