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": "a2d6f9ba-525c-4bad-a68c-88bc34118042",
  "tenantId": "7969cc5f-17f1-42df-b208-af69a557f961",
  "applicationId": "24433882-d47b-4cda-b563-2e2b3be56476",
  "integrationTypeId": "ae18944a-61cd-4417-bef1-410263b82626",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-31T19:02:17.8459388+00:00",
  "updatedDateUtc": "2026-03-31T19:02:17.8459388+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-03-31T19:02:17.8459388+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-31T19:02:17.8459388+00:00</UpdatedDateUtc>
  <ApplicationId>24433882-d47b-4cda-b563-2e2b3be56476</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>a2d6f9ba-525c-4bad-a68c-88bc34118042</IntegrationId>
  <IntegrationTypeId>ae18944a-61cd-4417-bef1-410263b82626</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>7969cc5f-17f1-42df-b208-af69a557f961</TenantId>
</IntegrationRepresentation>