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": "a9f69acd-aea6-45a7-88d1-9292b5f4d8fb",
  "tenantId": "1fb3b2b3-81d5-406c-917a-5bef8b3fcfec",
  "messageTypeId": "7ad74b7d-1213-489b-ba4a-ad7b07f7bc48",
  "userId": "50b3f89a-94c6-4e01-907b-8d0d8a9e1276",
  "userGroupId": "55ff1392-a521-404b-a457-f38f33a088eb",
  "deviceId": "9d177461-2efe-416e-8994-f26c21c6cad7",
  "deviceGroupId": "a7819ccf-2e76-4fbe-9665-ef75b020a5d9",
  "applicationId": "746d0c4d-c279-4b98-b7f2-232b96379d73",
  "applicationVersionId": "7ad2efc3-6b80-4c97-a1ef-914a4efb9b6c",
  "messageDestinationId": "dcda4056-3c25-44af-beb2-3c11ac4e4267",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2025-04-21T02:06:02.3640873+00:00",
  "updatedDateUtc": "2025-04-21T02:06:02.3640873+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-04-21T02:06:02.3640873+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T02:06:02.3640873+00:00</UpdatedDateUtc>
  <ApplicationId>746d0c4d-c279-4b98-b7f2-232b96379d73</ApplicationId>
  <ApplicationVersionId>7ad2efc3-6b80-4c97-a1ef-914a4efb9b6c</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>a7819ccf-2e76-4fbe-9665-ef75b020a5d9</DeviceGroupId>
  <DeviceId>9d177461-2efe-416e-8994-f26c21c6cad7</DeviceId>
  <MessageDestinationId>dcda4056-3c25-44af-beb2-3c11ac4e4267</MessageDestinationId>
  <MessageRouteId>a9f69acd-aea6-45a7-88d1-9292b5f4d8fb</MessageRouteId>
  <MessageTypeId>7ad74b7d-1213-489b-ba4a-ad7b07f7bc48</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>1fb3b2b3-81d5-406c-917a-5bef8b3fcfec</TenantId>
  <UserGroupId>55ff1392-a521-404b-a457-f38f33a088eb</UserGroupId>
  <UserId>50b3f89a-94c6-4e01-907b-8d0d8a9e1276</UserId>
</MessageRouteRepresentation>