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": "9c00362a-32a5-462d-800e-0a4ff28cb172",
  "tenantId": "8cfcc34b-ca5e-4710-87de-f675a560f9db",
  "applicationId": "49ea72cb-551b-46e8-af0a-c69de68f8e0c",
  "integrationTypeId": "388c5d56-8f61-4a16-91af-a87ef5f03d19",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-08-15T17:26:46.1839559+00:00",
  "updatedDateUtc": "2026-08-15T17:26:46.1839559+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-08-15T17:26:46.1839559+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-15T17:26:46.1839559+00:00</UpdatedDateUtc>
  <ApplicationId>49ea72cb-551b-46e8-af0a-c69de68f8e0c</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9c00362a-32a5-462d-800e-0a4ff28cb172</IntegrationId>
  <IntegrationTypeId>388c5d56-8f61-4a16-91af-a87ef5f03d19</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>8cfcc34b-ca5e-4710-87de-f675a560f9db</TenantId>
</IntegrationRepresentation>