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": "c406edce-57cc-472d-9f7a-c2f4d3e493b6",
  "tenantId": "eeffd473-bfbd-4cb1-9e4c-5bfd4a6e583a",
  "applicationId": "1905c0fe-02a4-4de6-a80f-ca6beaa2fdd9",
  "integrationTypeId": "b57dc6d2-3f0a-4714-a517-df5257fef62d",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-06-24T20:40:40.7928169+00:00",
  "updatedDateUtc": "2026-06-24T20:40:40.7928169+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-24T20:40:40.7928169+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-24T20:40:40.7928169+00:00</UpdatedDateUtc>
  <ApplicationId>1905c0fe-02a4-4de6-a80f-ca6beaa2fdd9</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>c406edce-57cc-472d-9f7a-c2f4d3e493b6</IntegrationId>
  <IntegrationTypeId>b57dc6d2-3f0a-4714-a517-df5257fef62d</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>eeffd473-bfbd-4cb1-9e4c-5bfd4a6e583a</TenantId>
</IntegrationRepresentation>