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": "159b18ef-5518-476c-bf8a-fc2739b9875c",
  "tenantId": "620adf05-96cf-40aa-b1de-f74fc859021d",
  "messageTypeId": "44999a74-7345-4857-a6ba-00463e0e9965",
  "userId": "e8a9b64a-fcf5-45c9-91e1-1c2f5d36f93c",
  "userGroupId": "eed11eec-b7cd-4b5f-8801-7639162edf25",
  "deviceId": "36b21179-15c9-4d22-8558-7f9746903274",
  "deviceGroupId": "a61743b4-29ca-4b99-8679-fbb39df52524",
  "applicationId": "48d9a1ad-5ae7-4cff-bae5-5b737e138acf",
  "applicationVersionId": "1f160936-a789-4deb-a9b9-0edb32333666",
  "messageDestinationId": "23814434-8364-4d4d-a7fd-b2280bc46ba4",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2026-04-24T22:27:48.162129+00:00",
  "updatedDateUtc": "2026-04-24T22:27:48.162129+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-24T22:27:48.162129+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-24T22:27:48.162129+00:00</UpdatedDateUtc>
  <ApplicationId>48d9a1ad-5ae7-4cff-bae5-5b737e138acf</ApplicationId>
  <ApplicationVersionId>1f160936-a789-4deb-a9b9-0edb32333666</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>a61743b4-29ca-4b99-8679-fbb39df52524</DeviceGroupId>
  <DeviceId>36b21179-15c9-4d22-8558-7f9746903274</DeviceId>
  <MessageDestinationId>23814434-8364-4d4d-a7fd-b2280bc46ba4</MessageDestinationId>
  <MessageRouteId>159b18ef-5518-476c-bf8a-fc2739b9875c</MessageRouteId>
  <MessageTypeId>44999a74-7345-4857-a6ba-00463e0e9965</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>620adf05-96cf-40aa-b1de-f74fc859021d</TenantId>
  <UserGroupId>eed11eec-b7cd-4b5f-8801-7639162edf25</UserGroupId>
  <UserId>e8a9b64a-fcf5-45c9-91e1-1c2f5d36f93c</UserId>
</MessageRouteRepresentation>