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": "03c13927-7104-4603-a254-b7233adbccaa",
  "tenantId": "e318443c-3aa1-4e46-9d77-857fdaa4e108",
  "applicationId": "673fa6e3-e6bf-43ea-9164-7a6d56066c77",
  "integrationTypeId": "6690304c-f7ac-424a-b316-ad8abc080f4a",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-04-15T07:12:02.4117506+00:00",
  "updatedDateUtc": "2026-04-15T07:12:02.4117506+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-15T07:12:02.4117506+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-15T07:12:02.4117506+00:00</UpdatedDateUtc>
  <ApplicationId>673fa6e3-e6bf-43ea-9164-7a6d56066c77</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>03c13927-7104-4603-a254-b7233adbccaa</IntegrationId>
  <IntegrationTypeId>6690304c-f7ac-424a-b316-ad8abc080f4a</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>e318443c-3aa1-4e46-9d77-857fdaa4e108</TenantId>
</IntegrationRepresentation>