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": "df3a72be-bda2-43e8-829b-34d8d805251a",
  "tenantId": "61af2551-2761-486b-b5a2-e42d60f64282",
  "applicationId": "fe6eae1a-dcf9-4597-9beb-947cbbd536ff",
  "integrationTypeId": "4e78d7be-7914-4208-b1bf-a9a5aaea467b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-07-22T02:11:20.6378606+00:00",
  "updatedDateUtc": "2026-07-22T02:11:20.6378606+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-07-22T02:11:20.6378606+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-22T02:11:20.6378606+00:00</UpdatedDateUtc>
  <ApplicationId>fe6eae1a-dcf9-4597-9beb-947cbbd536ff</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>df3a72be-bda2-43e8-829b-34d8d805251a</IntegrationId>
  <IntegrationTypeId>4e78d7be-7914-4208-b1bf-a9a5aaea467b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>61af2551-2761-486b-b5a2-e42d60f64282</TenantId>
</IntegrationRepresentation>