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": "49c025a0-9c99-412c-9f65-ba249d194a82",
  "tenantId": "2c9f1831-f9ae-47ad-9dc3-6bfd594238f8",
  "applicationId": "3cadd246-3fdc-4176-9349-70d22ab40e64",
  "integrationTypeId": "bf7eb09a-683f-4a02-a927-657768f849a5",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-27T21:31:42.7345508+00:00",
  "updatedDateUtc": "2026-06-27T21:31:42.7345508+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-06-27T21:31:42.7345508+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-27T21:31:42.7345508+00:00</UpdatedDateUtc>
  <ApplicationId>3cadd246-3fdc-4176-9349-70d22ab40e64</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>49c025a0-9c99-412c-9f65-ba249d194a82</IntegrationId>
  <IntegrationTypeId>bf7eb09a-683f-4a02-a927-657768f849a5</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>2c9f1831-f9ae-47ad-9dc3-6bfd594238f8</TenantId>
</IntegrationRepresentation>