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": "bca600ab-a485-450b-bd90-486c249cceab",
  "tenantId": "c03e5a18-820d-4b5f-a11d-c06e5de21457",
  "applicationId": "f7e079e8-accc-4752-bced-34689a8e6f88",
  "integrationTypeId": "73a1d310-d7c1-48b3-aed0-980aae9d17d2",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-13T05:55:51.2333318+00:00",
  "updatedDateUtc": "2026-03-13T05:55:51.2333318+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-03-13T05:55:51.2333318+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-13T05:55:51.2333318+00:00</UpdatedDateUtc>
  <ApplicationId>f7e079e8-accc-4752-bced-34689a8e6f88</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>bca600ab-a485-450b-bd90-486c249cceab</IntegrationId>
  <IntegrationTypeId>73a1d310-d7c1-48b3-aed0-980aae9d17d2</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>c03e5a18-820d-4b5f-a11d-c06e5de21457</TenantId>
</IntegrationRepresentation>