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": "902d3746-8515-4898-a5eb-e466956c1939",
  "tenantId": "972a9bc5-33c2-4235-9142-3fa24b4d5ee9",
  "applicationId": "80496528-43ea-414e-8710-b249e3ba9ca3",
  "integrationTypeId": "ea5214a3-ae42-4c94-a15f-841b897247e9",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-05-18T04:27:23.58264+00:00",
  "updatedDateUtc": "2026-05-18T04:27:23.58264+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-05-18T04:27:23.58264+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-18T04:27:23.58264+00:00</UpdatedDateUtc>
  <ApplicationId>80496528-43ea-414e-8710-b249e3ba9ca3</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>902d3746-8515-4898-a5eb-e466956c1939</IntegrationId>
  <IntegrationTypeId>ea5214a3-ae42-4c94-a15f-841b897247e9</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>972a9bc5-33c2-4235-9142-3fa24b4d5ee9</TenantId>
</IntegrationRepresentation>