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": "2067390e-7344-4c6f-847c-a9b2516f2022",
  "tenantId": "db46c6c5-b1f1-463e-971f-447398e2cdef",
  "applicationId": "e6f0738a-ea21-43cb-820e-6662d265b650",
  "integrationTypeId": "b36c82c9-16cf-4e75-aade-f03d412be52c",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-07T07:09:40.5456273+00:00",
  "updatedDateUtc": "2026-02-07T07:09:40.5456273+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-02-07T07:09:40.5456273+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-07T07:09:40.5456273+00:00</UpdatedDateUtc>
  <ApplicationId>e6f0738a-ea21-43cb-820e-6662d265b650</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>2067390e-7344-4c6f-847c-a9b2516f2022</IntegrationId>
  <IntegrationTypeId>b36c82c9-16cf-4e75-aade-f03d412be52c</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>db46c6c5-b1f1-463e-971f-447398e2cdef</TenantId>
</IntegrationRepresentation>