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": "789f5c10-827c-4d68-a08f-951f556f5b8c",
  "tenantId": "614da3a5-8571-4960-b172-2e2336d58aa7",
  "applicationId": "f39de61c-801c-48c7-827c-e5b2f735f0a1",
  "integrationTypeId": "63004b22-edde-41e9-8a4c-490cc940d4dd",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-01-09T19:48:49.4480837+00:00",
  "updatedDateUtc": "2026-01-09T19:48:49.4480837+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-01-09T19:48:49.4480837+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-01-09T19:48:49.4480837+00:00</UpdatedDateUtc>
  <ApplicationId>f39de61c-801c-48c7-827c-e5b2f735f0a1</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>789f5c10-827c-4d68-a08f-951f556f5b8c</IntegrationId>
  <IntegrationTypeId>63004b22-edde-41e9-8a4c-490cc940d4dd</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>614da3a5-8571-4960-b172-2e2336d58aa7</TenantId>
</IntegrationRepresentation>