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": "07c23690-f4e6-48a0-a36c-00b350316255",
  "tenantId": "246cf341-40ad-42fd-adec-b72dc8bcd1c1",
  "applicationId": "1a4791f5-8d2a-46b8-986c-f2c6eb0c81fa",
  "integrationTypeId": "b6401525-49b0-4210-b479-be4b33acc750",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-10T00:47:15.2239703+00:00",
  "updatedDateUtc": "2026-02-10T00:47:15.2239703+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-02-10T00:47:15.2239703+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-10T00:47:15.2239703+00:00</UpdatedDateUtc>
  <ApplicationId>1a4791f5-8d2a-46b8-986c-f2c6eb0c81fa</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>07c23690-f4e6-48a0-a36c-00b350316255</IntegrationId>
  <IntegrationTypeId>b6401525-49b0-4210-b479-be4b33acc750</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>246cf341-40ad-42fd-adec-b72dc8bcd1c1</TenantId>
</IntegrationRepresentation>