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": "13740fb9-8791-4e09-bd1f-c716abf19ea7",
  "tenantId": "e5f9b7df-87e9-4ca2-b481-7daadff3e14e",
  "applicationId": "6fdbd335-ebb7-4c96-866c-184cc1b6385a",
  "integrationTypeId": "66402196-1e19-4f10-98f9-08069c1a747c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-01-23T04:00:40.8185053+00:00",
  "updatedDateUtc": "2026-01-23T04:00:40.8185053+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-01-23T04:00:40.8185053+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-01-23T04:00:40.8185053+00:00</UpdatedDateUtc>
  <ApplicationId>6fdbd335-ebb7-4c96-866c-184cc1b6385a</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>13740fb9-8791-4e09-bd1f-c716abf19ea7</IntegrationId>
  <IntegrationTypeId>66402196-1e19-4f10-98f9-08069c1a747c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>e5f9b7df-87e9-4ca2-b481-7daadff3e14e</TenantId>
</IntegrationRepresentation>