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": "922855cb-0e7b-4987-b4e3-7dd5f51ae16c",
  "tenantId": "68590c7f-e114-4e74-87cc-1277859a3e30",
  "applicationId": "20be5ce6-2922-437f-9c5f-76bd41e458dd",
  "integrationTypeId": "a79a3cf4-de0e-490b-b3d1-b1b612e59bb7",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-05-15T04:48:31.2740668+00:00",
  "updatedDateUtc": "2026-05-15T04:48:31.2740668+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-05-15T04:48:31.2740668+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-15T04:48:31.2740668+00:00</UpdatedDateUtc>
  <ApplicationId>20be5ce6-2922-437f-9c5f-76bd41e458dd</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>922855cb-0e7b-4987-b4e3-7dd5f51ae16c</IntegrationId>
  <IntegrationTypeId>a79a3cf4-de0e-490b-b3d1-b1b612e59bb7</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>68590c7f-e114-4e74-87cc-1277859a3e30</TenantId>
</IntegrationRepresentation>