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": "db696cf6-640b-417d-a896-26c609176169",
  "tenantId": "b47763c9-12b0-4278-b573-d957602c5760",
  "applicationId": "33925806-937e-4cd4-a0f6-9972a9a93904",
  "integrationTypeId": "62d95fb9-1e3b-41e9-8ceb-123fd369b74d",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-13T07:14:37.8869773+00:00",
  "updatedDateUtc": "2026-06-13T07:14:37.8869773+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-13T07:14:37.8869773+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-13T07:14:37.8869773+00:00</UpdatedDateUtc>
  <ApplicationId>33925806-937e-4cd4-a0f6-9972a9a93904</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>db696cf6-640b-417d-a896-26c609176169</IntegrationId>
  <IntegrationTypeId>62d95fb9-1e3b-41e9-8ceb-123fd369b74d</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>b47763c9-12b0-4278-b573-d957602c5760</TenantId>
</IntegrationRepresentation>