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": "2a6082ac-58dd-400e-ac30-3ab8d7e191af",
  "tenantId": "247d6d83-942e-4cdd-ae70-36bba5137421",
  "applicationId": "baf0647b-addf-4727-8ab3-772d6407bccb",
  "integrationTypeId": "08d84923-e508-4446-9942-116d602add4b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-08-31T15:41:35.0063887+00:00",
  "updatedDateUtc": "2025-08-31T15:41:35.0063887+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-08-31T15:41:35.0063887+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-08-31T15:41:35.0063887+00:00</UpdatedDateUtc>
  <ApplicationId>baf0647b-addf-4727-8ab3-772d6407bccb</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>2a6082ac-58dd-400e-ac30-3ab8d7e191af</IntegrationId>
  <IntegrationTypeId>08d84923-e508-4446-9942-116d602add4b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>247d6d83-942e-4cdd-ae70-36bba5137421</TenantId>
</IntegrationRepresentation>