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": "ec122e29-6f3e-40a7-aff6-02a21a8686e8",
  "tenantId": "09b7df3d-e5dc-453e-bdf9-561b8e41ffb1",
  "messageTypeId": "b52132fc-0903-41a3-b1db-01745e6e78a7",
  "userId": "46efe1ce-d7a1-4baf-b487-de1103e445a9",
  "userGroupId": "fd373cb3-534c-4ed2-8c3e-dedb94e5f7d5",
  "deviceId": "4c30a184-4a6c-451c-a4b2-1d707b0aa070",
  "deviceGroupId": "cffe59e7-9eab-43ba-b357-1f314450fb9b",
  "applicationId": "3d722770-3ab0-4b70-a80d-ab745c41d7d0",
  "applicationVersionId": "3109cf3c-3fdb-42aa-8c99-c7ee230a4ba8",
  "messageDestinationId": "60e6b8aa-db68-4702-a987-552cb3ab7e6e",
  "name": "sample string 4",
  "description": "sample string 5",
  "createdDateUtc": "2024-10-18T06:33:50.3980838+00:00",
  "updatedDateUtc": "2024-10-18T06:33:50.3980838+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>2024-10-18T06:33:50.3980838+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-10-18T06:33:50.3980838+00:00</UpdatedDateUtc>
  <ApplicationId>3d722770-3ab0-4b70-a80d-ab745c41d7d0</ApplicationId>
  <ApplicationVersionId>3109cf3c-3fdb-42aa-8c99-c7ee230a4ba8</ApplicationVersionId>
  <Description>sample string 5</Description>
  <DeviceGroupId>cffe59e7-9eab-43ba-b357-1f314450fb9b</DeviceGroupId>
  <DeviceId>4c30a184-4a6c-451c-a4b2-1d707b0aa070</DeviceId>
  <MessageDestinationId>60e6b8aa-db68-4702-a987-552cb3ab7e6e</MessageDestinationId>
  <MessageRouteId>ec122e29-6f3e-40a7-aff6-02a21a8686e8</MessageRouteId>
  <MessageTypeId>b52132fc-0903-41a3-b1db-01745e6e78a7</MessageTypeId>
  <Name>sample string 4</Name>
  <TenantId>09b7df3d-e5dc-453e-bdf9-561b8e41ffb1</TenantId>
  <UserGroupId>fd373cb3-534c-4ed2-8c3e-dedb94e5f7d5</UserGroupId>
  <UserId>46efe1ce-d7a1-4baf-b487-de1103e445a9</UserId>
</MessageRouteRepresentation>