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": "9c1178cf-a56f-48af-b2da-febe9ae6fe31",
  "tenantId": "039c1a7a-9227-433d-8ae1-318074e25418",
  "applicationId": "d147d2c6-42f7-4a06-9850-7ed4d7b7e512",
  "integrationTypeId": "297011ee-23fd-43d7-a84a-79d31973350a",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-11T03:57:27.5647052+00:00",
  "updatedDateUtc": "2026-03-11T03:57:27.5647052+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-03-11T03:57:27.5647052+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-11T03:57:27.5647052+00:00</UpdatedDateUtc>
  <ApplicationId>d147d2c6-42f7-4a06-9850-7ed4d7b7e512</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9c1178cf-a56f-48af-b2da-febe9ae6fe31</IntegrationId>
  <IntegrationTypeId>297011ee-23fd-43d7-a84a-79d31973350a</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>039c1a7a-9227-433d-8ae1-318074e25418</TenantId>
</IntegrationRepresentation>