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": "cd4cbdb4-ffe5-4f38-84f3-d19c9207d0f7",
  "tenantId": "0ae481ee-2509-4ad8-82ad-63a7f2ba860f",
  "applicationId": "3287beb6-dfb8-4ac5-bcb5-e368f79f4b3d",
  "integrationTypeId": "42ec43ca-8961-4e15-b584-e5a901e897cf",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-05-28T05:41:25.4429229+00:00",
  "updatedDateUtc": "2026-05-28T05:41:25.4429229+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-05-28T05:41:25.4429229+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-28T05:41:25.4429229+00:00</UpdatedDateUtc>
  <ApplicationId>3287beb6-dfb8-4ac5-bcb5-e368f79f4b3d</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>cd4cbdb4-ffe5-4f38-84f3-d19c9207d0f7</IntegrationId>
  <IntegrationTypeId>42ec43ca-8961-4e15-b584-e5a901e897cf</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>0ae481ee-2509-4ad8-82ad-63a7f2ba860f</TenantId>
</IntegrationRepresentation>