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": "bfe50360-241e-45c1-9a7f-18e135ed665a",
  "tenantId": "c2790cd0-5ea0-4dee-aeaa-286c3569df0b",
  "applicationId": "1b09dcf5-9144-4c17-a82e-8dbb7bf511f6",
  "integrationTypeId": "68eb5cdc-2efa-4c58-b7c7-09d157a21888",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-11-18T21:07:06.5026998+00:00",
  "updatedDateUtc": "2025-11-18T21:07:06.5026998+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>2025-11-18T21:07:06.5026998+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-18T21:07:06.5026998+00:00</UpdatedDateUtc>
  <ApplicationId>1b09dcf5-9144-4c17-a82e-8dbb7bf511f6</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>bfe50360-241e-45c1-9a7f-18e135ed665a</IntegrationId>
  <IntegrationTypeId>68eb5cdc-2efa-4c58-b7c7-09d157a21888</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>c2790cd0-5ea0-4dee-aeaa-286c3569df0b</TenantId>
</IntegrationRepresentation>