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": "660c23c2-69a3-4e8d-914a-6b34a5f8f82f",
  "tenantId": "a6c46aea-bbc3-47f4-b39e-cda99ca9ad8f",
  "messageTypeId": "65cafc1f-7c3c-4149-9893-3d97881f40ce",
  "userId": "cb6e7363-7579-41ff-89e4-17645713aad9",
  "userGroupId": "2b9c901d-0037-4e28-8689-1d745fb2b73d",
  "deviceId": "2304b9ad-82d9-4e55-9317-3422dcd48d91",
  "deviceGroupId": "c5faa4d6-0334-4c46-ad0f-8757f7bdfb48",
  "applicationId": "a4fd1018-ce86-4692-82d0-edb4c0bc9781",
  "applicationVersionId": "de8df83a-acb6-4d1d-96e8-2b8d3a969613",
  "messageDestinationId": "9aa3d4a2-8828-4871-be61-eb59eb0b63b9",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-12-15T19:47:59.632711+00:00",
  "updatedDateUtc": "2025-12-15T19:47:59.632711+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-12-15T19:47:59.632711+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:47:59.632711+00:00</UpdatedDateUtc>
  <ApplicationId>a4fd1018-ce86-4692-82d0-edb4c0bc9781</ApplicationId>
  <ApplicationVersionId>de8df83a-acb6-4d1d-96e8-2b8d3a969613</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>c5faa4d6-0334-4c46-ad0f-8757f7bdfb48</DeviceGroupId>
  <DeviceId>2304b9ad-82d9-4e55-9317-3422dcd48d91</DeviceId>
  <MessageDestinationId>9aa3d4a2-8828-4871-be61-eb59eb0b63b9</MessageDestinationId>
  <MessageRouteId>660c23c2-69a3-4e8d-914a-6b34a5f8f82f</MessageRouteId>
  <MessageTypeId>65cafc1f-7c3c-4149-9893-3d97881f40ce</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>a6c46aea-bbc3-47f4-b39e-cda99ca9ad8f</TenantId>
  <UserGroupId>2b9c901d-0037-4e28-8689-1d745fb2b73d</UserGroupId>
  <UserId>cb6e7363-7579-41ff-89e4-17645713aad9</UserId>
</MessageRouteRepresentation>