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": "d02c1417-a03f-4a63-9363-7c32960ace8c",
  "tenantId": "7e251e8b-7353-473b-b479-c5be2ec2273d",
  "messageTypeId": "915a69b8-0fe0-40d1-81da-ccac548b82a6",
  "userId": "d1acd2ad-f34e-4fe9-b6dc-e0a1b23684c8",
  "userGroupId": "6a744875-3743-44d1-b297-df11a79eb15b",
  "deviceId": "f2ccb203-56e5-4ccc-8b0d-94120a7d730f",
  "deviceGroupId": "808847d7-ef50-41b4-8a8b-fda7da059eec",
  "applicationId": "01bba1c6-3834-41fd-8d25-145395e132ea",
  "applicationVersionId": "9bf17c56-19ae-4a39-add0-d162b1988864",
  "messageDestinationId": "72ffbfb8-b2e2-4c11-8fd0-ac2d5ec6ca8c",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-06-01T02:27:43.8854115+00:00",
  "updatedDateUtc": "2025-06-01T02:27:43.8854115+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>2025-06-01T02:27:43.8854115+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-01T02:27:43.8854115+00:00</UpdatedDateUtc>
  <ApplicationId>01bba1c6-3834-41fd-8d25-145395e132ea</ApplicationId>
  <ApplicationVersionId>9bf17c56-19ae-4a39-add0-d162b1988864</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>808847d7-ef50-41b4-8a8b-fda7da059eec</DeviceGroupId>
  <DeviceId>f2ccb203-56e5-4ccc-8b0d-94120a7d730f</DeviceId>
  <MessageDestinationId>72ffbfb8-b2e2-4c11-8fd0-ac2d5ec6ca8c</MessageDestinationId>
  <MessageRouteId>d02c1417-a03f-4a63-9363-7c32960ace8c</MessageRouteId>
  <MessageTypeId>915a69b8-0fe0-40d1-81da-ccac548b82a6</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>7e251e8b-7353-473b-b479-c5be2ec2273d</TenantId>
  <UserGroupId>6a744875-3743-44d1-b297-df11a79eb15b</UserGroupId>
  <UserId>d1acd2ad-f34e-4fe9-b6dc-e0a1b23684c8</UserId>
</MessageRouteRepresentation>