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": "28894957-a8df-46c9-a57f-c36747d7e856",
  "tenantId": "76bfbaae-1d60-420e-ad71-b83dbfafe9c7",
  "applicationId": "a249d5d0-3463-48c2-baf6-b7b4ce46c6ef",
  "integrationTypeId": "e97c1a5f-3f7c-4c65-988f-b6b511c327da",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-04T01:51:53.412995+00:00",
  "updatedDateUtc": "2026-02-04T01:51:53.412995+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-02-04T01:51:53.412995+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-04T01:51:53.412995+00:00</UpdatedDateUtc>
  <ApplicationId>a249d5d0-3463-48c2-baf6-b7b4ce46c6ef</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>28894957-a8df-46c9-a57f-c36747d7e856</IntegrationId>
  <IntegrationTypeId>e97c1a5f-3f7c-4c65-988f-b6b511c327da</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>76bfbaae-1d60-420e-ad71-b83dbfafe9c7</TenantId>
</IntegrationRepresentation>