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": "587c3d17-be07-45cd-9a50-7b595a6bcf76",
  "tenantId": "5cb6b66d-cf51-49a7-8cad-184753b378f2",
  "applicationId": "25765fe3-3ada-4cd9-b190-5825d2adc370",
  "integrationTypeId": "b7e83299-7fa5-4d53-9ed1-14cd2a448552",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-10-08T11:58:56.9190035+00:00",
  "updatedDateUtc": "2025-10-08T11:58:56.9190035+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-10-08T11:58:56.9190035+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-08T11:58:56.9190035+00:00</UpdatedDateUtc>
  <ApplicationId>25765fe3-3ada-4cd9-b190-5825d2adc370</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>587c3d17-be07-45cd-9a50-7b595a6bcf76</IntegrationId>
  <IntegrationTypeId>b7e83299-7fa5-4d53-9ed1-14cd2a448552</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>5cb6b66d-cf51-49a7-8cad-184753b378f2</TenantId>
</IntegrationRepresentation>