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": "4aa589c9-f615-43d3-b4aa-f9ea0a3cf597",
  "tenantId": "90fd2749-f54a-4712-8f8a-312a3b355c32",
  "applicationId": "0a6c70b5-03f1-4746-8c5d-e3beb1c9d26d",
  "integrationTypeId": "f2f9b912-edb0-4f66-a121-df8799d8672c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-11-12T13:20:24.3218942+00:00",
  "updatedDateUtc": "2025-11-12T13:20:24.3218942+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>2025-11-12T13:20:24.3218942+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-12T13:20:24.3218942+00:00</UpdatedDateUtc>
  <ApplicationId>0a6c70b5-03f1-4746-8c5d-e3beb1c9d26d</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>4aa589c9-f615-43d3-b4aa-f9ea0a3cf597</IntegrationId>
  <IntegrationTypeId>f2f9b912-edb0-4f66-a121-df8799d8672c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>90fd2749-f54a-4712-8f8a-312a3b355c32</TenantId>
</IntegrationRepresentation>