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": "81ef40a3-f80c-4a1c-a02a-08edc44d443a",
  "tenantId": "26da5211-7117-4dce-a09f-afa50aeb28a5",
  "applicationId": "950c6d5e-07a1-4082-8e88-5e35033bc975",
  "integrationTypeId": "faf193c6-1861-4c4e-9f5a-c9649d660b4b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-08-06T04:52:21.6280327+00:00",
  "updatedDateUtc": "2026-08-06T04:52:21.6280327+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-08-06T04:52:21.6280327+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-06T04:52:21.6280327+00:00</UpdatedDateUtc>
  <ApplicationId>950c6d5e-07a1-4082-8e88-5e35033bc975</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>81ef40a3-f80c-4a1c-a02a-08edc44d443a</IntegrationId>
  <IntegrationTypeId>faf193c6-1861-4c4e-9f5a-c9649d660b4b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>26da5211-7117-4dce-a09f-afa50aeb28a5</TenantId>
</IntegrationRepresentation>