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": "157769ce-44c2-4522-a75a-d1191ce04e82",
  "tenantId": "ef699300-6da4-4c9d-a657-9578e5595078",
  "applicationId": "12a7f5fb-acb6-4044-b477-baa250d13c52",
  "integrationTypeId": "d7ac70e1-7a5a-4942-bdec-3dd4c687c79b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-03T11:04:59.0394262+00:00",
  "updatedDateUtc": "2026-06-03T11:04:59.0394262+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-03T11:04:59.0394262+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-03T11:04:59.0394262+00:00</UpdatedDateUtc>
  <ApplicationId>12a7f5fb-acb6-4044-b477-baa250d13c52</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>157769ce-44c2-4522-a75a-d1191ce04e82</IntegrationId>
  <IntegrationTypeId>d7ac70e1-7a5a-4942-bdec-3dd4c687c79b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>ef699300-6da4-4c9d-a657-9578e5595078</TenantId>
</IntegrationRepresentation>