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": "c3b44bff-55a6-4dae-962b-64a86b36a450",
  "tenantId": "c3348084-25c9-475c-9c10-f34f975a717e",
  "applicationId": "7b0447e5-87b1-4821-889d-02e4ca2f9ad6",
  "integrationTypeId": "ed838d47-17f4-4005-b3b0-14e7391b15c6",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-08-27T04:32:33.7715842+00:00",
  "updatedDateUtc": "2026-08-27T04:32:33.7715842+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-08-27T04:32:33.7715842+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-27T04:32:33.7715842+00:00</UpdatedDateUtc>
  <ApplicationId>7b0447e5-87b1-4821-889d-02e4ca2f9ad6</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>c3b44bff-55a6-4dae-962b-64a86b36a450</IntegrationId>
  <IntegrationTypeId>ed838d47-17f4-4005-b3b0-14e7391b15c6</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>c3348084-25c9-475c-9c10-f34f975a717e</TenantId>
</IntegrationRepresentation>