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": "adc75917-b518-4933-99eb-663c80f7f478",
  "tenantId": "ad62090b-970f-4b77-8195-7e121b9c76a5",
  "applicationId": "b0ee9f1b-2de7-47a6-a4f5-6423213ee3de",
  "integrationTypeId": "c1b39b75-afdb-48f3-b708-984661d45d49",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-06T11:53:24.7097583+00:00",
  "updatedDateUtc": "2026-06-06T11:53:24.7097583+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-06T11:53:24.7097583+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-06T11:53:24.7097583+00:00</UpdatedDateUtc>
  <ApplicationId>b0ee9f1b-2de7-47a6-a4f5-6423213ee3de</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>adc75917-b518-4933-99eb-663c80f7f478</IntegrationId>
  <IntegrationTypeId>c1b39b75-afdb-48f3-b708-984661d45d49</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>ad62090b-970f-4b77-8195-7e121b9c76a5</TenantId>
</IntegrationRepresentation>