Cyan Web API - Version 1


GET api/integrations/{integrationId}

            Gets a single Integration.
            

Request Information

Parameters

NameDescriptionAdditional information
integrationId
The integrationId to locate.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "integrationId": "5550d249-4327-4efa-9998-e83263f46b60",
  "tenantId": "a4c8dd78-6a0b-449d-86ec-887f432c6fd3",
  "applicationId": "a3ed0d88-121b-4cfe-aeff-b16eb4808a35",
  "integrationTypeId": "ec7de6c0-1c6f-48fd-a592-5ec01981f46d",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-08T04:27:27.8975302+00:00",
  "updatedDateUtc": "2026-06-08T04:27:27.8975302+00:00"
}

application/xml, text/xml

Sample:
<IntegrationRepresentation 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-06-08T04:27:27.8975302+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-08T04:27:27.8975302+00:00</UpdatedDateUtc>
  <ApplicationId>a3ed0d88-121b-4cfe-aeff-b16eb4808a35</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>5550d249-4327-4efa-9998-e83263f46b60</IntegrationId>
  <IntegrationTypeId>ec7de6c0-1c6f-48fd-a592-5ec01981f46d</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>a4c8dd78-6a0b-449d-86ec-887f432c6fd3</TenantId>
</IntegrationRepresentation>