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": "6a00066c-95f6-4cd1-8cf1-27f37d4fcc8c",
  "tenantId": "12c0d34f-00d4-43dd-bcf2-235dc227bf59",
  "applicationId": "8cc9624f-dad7-4332-936a-f5c71033c69f",
  "integrationTypeId": "a22dde55-7043-4207-944c-976af50035ff",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-17T03:26:50.0403698+00:00",
  "updatedDateUtc": "2026-02-17T03:26:50.0403698+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-17T03:26:50.0403698+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-17T03:26:50.0403698+00:00</UpdatedDateUtc>
  <ApplicationId>8cc9624f-dad7-4332-936a-f5c71033c69f</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>6a00066c-95f6-4cd1-8cf1-27f37d4fcc8c</IntegrationId>
  <IntegrationTypeId>a22dde55-7043-4207-944c-976af50035ff</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>12c0d34f-00d4-43dd-bcf2-235dc227bf59</TenantId>
</IntegrationRepresentation>