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": "cc8de5c6-2529-41f6-b468-88b01eac0e7d",
  "tenantId": "b1d30e32-baa4-483f-b788-3111bbed201a",
  "applicationId": "a7231fe7-4b89-4976-8c7e-043b32d4e70d",
  "integrationTypeId": "3c779b97-d4b4-4c45-ba17-a8004c613b3b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-07-05T15:58:02.3748512+00:00",
  "updatedDateUtc": "2025-07-05T15:58:02.3748512+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-07-05T15:58:02.3748512+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-07-05T15:58:02.3748512+00:00</UpdatedDateUtc>
  <ApplicationId>a7231fe7-4b89-4976-8c7e-043b32d4e70d</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>cc8de5c6-2529-41f6-b468-88b01eac0e7d</IntegrationId>
  <IntegrationTypeId>3c779b97-d4b4-4c45-ba17-a8004c613b3b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>b1d30e32-baa4-483f-b788-3111bbed201a</TenantId>
</IntegrationRepresentation>