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": "9f8c861a-9611-436e-9c31-ec4e644af2b9",
  "tenantId": "cb46c7ba-b5e6-428b-bf5e-9e192d45e22b",
  "applicationId": "cf43789b-1c70-4b5a-b311-41854972f258",
  "integrationTypeId": "d0209830-cbe0-4bfc-8eb4-b9047b45f195",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-07-12T12:18:24.9198631+00:00",
  "updatedDateUtc": "2026-07-12T12:18:24.9198631+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-07-12T12:18:24.9198631+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-12T12:18:24.9198631+00:00</UpdatedDateUtc>
  <ApplicationId>cf43789b-1c70-4b5a-b311-41854972f258</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9f8c861a-9611-436e-9c31-ec4e644af2b9</IntegrationId>
  <IntegrationTypeId>d0209830-cbe0-4bfc-8eb4-b9047b45f195</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>cb46c7ba-b5e6-428b-bf5e-9e192d45e22b</TenantId>
</IntegrationRepresentation>