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": "20e8537e-236b-49c7-87c7-eda5803601ae",
  "tenantId": "fd89a8f7-e9ed-4dc9-91be-bf3a6a63596a",
  "applicationId": "c4fdffac-bd42-4fd3-b761-89b74ea9e382",
  "integrationTypeId": "afb83d1b-3766-4ef4-859c-aa8b2b334e7d",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-21T19:42:43.0570182+00:00",
  "updatedDateUtc": "2026-06-21T19:42:43.0570182+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-21T19:42:43.0570182+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-21T19:42:43.0570182+00:00</UpdatedDateUtc>
  <ApplicationId>c4fdffac-bd42-4fd3-b761-89b74ea9e382</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>20e8537e-236b-49c7-87c7-eda5803601ae</IntegrationId>
  <IntegrationTypeId>afb83d1b-3766-4ef4-859c-aa8b2b334e7d</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>fd89a8f7-e9ed-4dc9-91be-bf3a6a63596a</TenantId>
</IntegrationRepresentation>