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": "dd8b6d26-5bb9-49ca-bd5a-13bac73e9aad",
  "tenantId": "afe83256-c4f1-4247-a200-33c8aa48d3f2",
  "applicationId": "101fc79f-8be7-4015-b049-c20876948488",
  "integrationTypeId": "07b9e91a-6895-4579-b41b-77454aa27b27",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-25T19:47:44.7260357+00:00",
  "updatedDateUtc": "2026-06-25T19:47:44.7260357+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-25T19:47:44.7260357+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-25T19:47:44.7260357+00:00</UpdatedDateUtc>
  <ApplicationId>101fc79f-8be7-4015-b049-c20876948488</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>dd8b6d26-5bb9-49ca-bd5a-13bac73e9aad</IntegrationId>
  <IntegrationTypeId>07b9e91a-6895-4579-b41b-77454aa27b27</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>afe83256-c4f1-4247-a200-33c8aa48d3f2</TenantId>
</IntegrationRepresentation>