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": "55c6e941-647f-4c26-b602-4c7c41fe03dc",
  "tenantId": "52634db8-9215-45e4-93ac-b65c4af4cb41",
  "messageTypeId": "5272c1b0-2679-44e6-af26-c740044f2ff8",
  "userId": "1286c5d2-6d2b-46ab-9d9a-4be4bfe2bb4c",
  "userGroupId": "4ebdba90-f0fa-4646-b8df-96d9a138475e",
  "deviceId": "f26e8236-4c04-46cd-a67b-8df29d7f7297",
  "deviceGroupId": "7e551586-8369-4e7c-9d92-f075a45a622c",
  "applicationId": "55c6d4db-d702-4f3d-b990-f15373e1d3a2",
  "applicationVersionId": "8681aa84-4636-4037-8094-43914675314b",
  "messageDestinationId": "981d4571-f8fe-47d9-9cc8-6b50fb6ae4a1",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-12-14T16:02:40.7471145+00:00",
  "updatedDateUtc": "2025-12-14T16:02:40.7471145+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-14T16:02:40.7471145+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:02:40.7471145+00:00</UpdatedDateUtc>
  <ApplicationId>55c6d4db-d702-4f3d-b990-f15373e1d3a2</ApplicationId>
  <ApplicationVersionId>8681aa84-4636-4037-8094-43914675314b</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>7e551586-8369-4e7c-9d92-f075a45a622c</DeviceGroupId>
  <DeviceId>f26e8236-4c04-46cd-a67b-8df29d7f7297</DeviceId>
  <MessageDestinationId>981d4571-f8fe-47d9-9cc8-6b50fb6ae4a1</MessageDestinationId>
  <MessageRouteId>55c6e941-647f-4c26-b602-4c7c41fe03dc</MessageRouteId>
  <MessageTypeId>5272c1b0-2679-44e6-af26-c740044f2ff8</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>52634db8-9215-45e4-93ac-b65c4af4cb41</TenantId>
  <UserGroupId>4ebdba90-f0fa-4646-b8df-96d9a138475e</UserGroupId>
  <UserId>1286c5d2-6d2b-46ab-9d9a-4be4bfe2bb4c</UserId>
</MessageRouteRepresentation>