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": "a9e3daf2-22f2-4bc4-a19b-fbd8853d0c00",
  "tenantId": "78f04e7e-bcef-43e8-84fc-0a089d52a737",
  "applicationId": "a92e826b-9554-4d5a-a207-d45653f5ea26",
  "integrationTypeId": "fd6c3e0f-ec93-4c6c-9aae-98c4db12b4a4",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-12-14T16:02:14.9401652+00:00",
  "updatedDateUtc": "2025-12-14T16:02:14.9401652+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-12-14T16:02:14.9401652+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:02:14.9401652+00:00</UpdatedDateUtc>
  <ApplicationId>a92e826b-9554-4d5a-a207-d45653f5ea26</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>a9e3daf2-22f2-4bc4-a19b-fbd8853d0c00</IntegrationId>
  <IntegrationTypeId>fd6c3e0f-ec93-4c6c-9aae-98c4db12b4a4</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>78f04e7e-bcef-43e8-84fc-0a089d52a737</TenantId>
</IntegrationRepresentation>