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": "2e235af0-fc70-4cba-b722-aeff179775e4",
  "tenantId": "094c55b2-60ab-4829-a042-01ded1d8f026",
  "applicationId": "5b46b551-4035-454d-9346-6e6f95adb7b4",
  "integrationTypeId": "d722b1d8-9eb6-4027-9fb4-5d98dd9ffc1f",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-12T12:53:44.4978247+00:00",
  "updatedDateUtc": "2026-06-12T12:53:44.4978247+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-06-12T12:53:44.4978247+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-12T12:53:44.4978247+00:00</UpdatedDateUtc>
  <ApplicationId>5b46b551-4035-454d-9346-6e6f95adb7b4</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>2e235af0-fc70-4cba-b722-aeff179775e4</IntegrationId>
  <IntegrationTypeId>d722b1d8-9eb6-4027-9fb4-5d98dd9ffc1f</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>094c55b2-60ab-4829-a042-01ded1d8f026</TenantId>
</IntegrationRepresentation>