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": "4bd33ccf-debb-48d0-a57c-cfe6b4179b4d",
  "tenantId": "11609048-91a4-4e9c-801b-4a0ef2d35ade",
  "applicationId": "f734c02f-39c9-4924-9c03-9e0e1e7f7825",
  "integrationTypeId": "e128cc96-b932-4540-929e-bf3c3813d33a",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-30T11:24:51.7604231+00:00",
  "updatedDateUtc": "2026-03-30T11:24:51.7604231+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-03-30T11:24:51.7604231+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-30T11:24:51.7604231+00:00</UpdatedDateUtc>
  <ApplicationId>f734c02f-39c9-4924-9c03-9e0e1e7f7825</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>4bd33ccf-debb-48d0-a57c-cfe6b4179b4d</IntegrationId>
  <IntegrationTypeId>e128cc96-b932-4540-929e-bf3c3813d33a</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>11609048-91a4-4e9c-801b-4a0ef2d35ade</TenantId>
</IntegrationRepresentation>