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": "9f861793-ae1e-4f72-9105-5ca0c18ebbd9",
  "tenantId": "0700e7be-1a2d-4c8a-b342-ff079def3bde",
  "applicationId": "957bddfd-6d56-4bb9-99e9-735bd6d99e94",
  "integrationTypeId": "7d1305b1-7344-4f7e-aaeb-7c01a6d73e6a",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-04-24T21:07:52.1943475+00:00",
  "updatedDateUtc": "2026-04-24T21:07:52.1943475+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-04-24T21:07:52.1943475+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-24T21:07:52.1943475+00:00</UpdatedDateUtc>
  <ApplicationId>957bddfd-6d56-4bb9-99e9-735bd6d99e94</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9f861793-ae1e-4f72-9105-5ca0c18ebbd9</IntegrationId>
  <IntegrationTypeId>7d1305b1-7344-4f7e-aaeb-7c01a6d73e6a</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>0700e7be-1a2d-4c8a-b342-ff079def3bde</TenantId>
</IntegrationRepresentation>