Gets message route
| Name | Description | Additional information |
|---|---|---|
| messageRouteId |
Define this parameter in the request URI. |
{
"messageRouteId": "b146ee57-c462-4854-86fd-cd46f785a100",
"tenantId": "ca67f079-9f58-4176-8413-a1cbf3d48ed4",
"messageTypeId": "b5440f91-845f-4aa3-816e-d6290f13cf4d",
"userId": "0b5ad7a0-b83d-4268-8572-594b0f0a3068",
"userGroupId": "8d57cfb0-e597-4432-a4f7-bb01014f6d95",
"deviceId": "ade36ed0-f0f3-442d-ad4e-370158aeea64",
"deviceGroupId": "29bc4bdd-15d0-4a7f-bf7f-38682f2b56b6",
"applicationId": "a26500f1-a733-4daa-a71c-04c0956db1b8",
"applicationVersionId": "8f202b2b-a16e-4906-be63-ebcefd8ea7f1",
"messageDestinationId": "049796b0-9993-4d4a-a2d8-a15d3ab1309c",
"name": "sample string 4",
"description": "sample string 5",
"createdDateUtc": "2026-03-14T10:38:11.7953503+00:00",
"updatedDateUtc": "2026-03-14T10:38:11.7953503+00:00"
}
<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-03-14T10:38:11.7953503+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T10:38:11.7953503+00:00</UpdatedDateUtc> <ApplicationId>a26500f1-a733-4daa-a71c-04c0956db1b8</ApplicationId> <ApplicationVersionId>8f202b2b-a16e-4906-be63-ebcefd8ea7f1</ApplicationVersionId> <Description>sample string 5</Description> <DeviceGroupId>29bc4bdd-15d0-4a7f-bf7f-38682f2b56b6</DeviceGroupId> <DeviceId>ade36ed0-f0f3-442d-ad4e-370158aeea64</DeviceId> <MessageDestinationId>049796b0-9993-4d4a-a2d8-a15d3ab1309c</MessageDestinationId> <MessageRouteId>b146ee57-c462-4854-86fd-cd46f785a100</MessageRouteId> <MessageTypeId>b5440f91-845f-4aa3-816e-d6290f13cf4d</MessageTypeId> <Name>sample string 4</Name> <TenantId>ca67f079-9f58-4176-8413-a1cbf3d48ed4</TenantId> <UserGroupId>8d57cfb0-e597-4432-a4f7-bb01014f6d95</UserGroupId> <UserId>0b5ad7a0-b83d-4268-8572-594b0f0a3068</UserId> </MessageRouteRepresentation>