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": "f69aec94-9bc7-4476-b1a1-98dc2413a9b1",
  "tenantId": "dbc63529-0cba-4fab-85b9-76f556600ef7",
  "applicationId": "42a2b28f-06a9-4e1a-8795-76780dda2005",
  "integrationTypeId": "880d8b30-f8d6-40ca-af3b-7f115f16d583",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-09-11T10:42:42.2025709+00:00",
  "updatedDateUtc": "2026-09-11T10:42:42.2025709+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-09-11T10:42:42.2025709+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-11T10:42:42.2025709+00:00</UpdatedDateUtc>
  <ApplicationId>42a2b28f-06a9-4e1a-8795-76780dda2005</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>f69aec94-9bc7-4476-b1a1-98dc2413a9b1</IntegrationId>
  <IntegrationTypeId>880d8b30-f8d6-40ca-af3b-7f115f16d583</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>dbc63529-0cba-4fab-85b9-76f556600ef7</TenantId>
</IntegrationRepresentation>