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": "274ec7a5-3353-42c8-9f56-2915661cce63",
  "tenantId": "6ff89429-eda2-4043-a4a6-2f5c589767db",
  "applicationId": "ac7c8c82-2e64-4558-9206-0252f8719b72",
  "integrationTypeId": "17190ef5-72e1-41eb-b07e-ce6b943c4e9c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-04-08T05:28:42.962098+00:00",
  "updatedDateUtc": "2026-04-08T05:28:42.962098+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-04-08T05:28:42.962098+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-08T05:28:42.962098+00:00</UpdatedDateUtc>
  <ApplicationId>ac7c8c82-2e64-4558-9206-0252f8719b72</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>274ec7a5-3353-42c8-9f56-2915661cce63</IntegrationId>
  <IntegrationTypeId>17190ef5-72e1-41eb-b07e-ce6b943c4e9c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>6ff89429-eda2-4043-a4a6-2f5c589767db</TenantId>
</IntegrationRepresentation>