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": "c8a1d5c6-c64c-4826-af34-0a4665639945",
  "tenantId": "1c031939-322a-4d33-a917-3db97aa5e90f",
  "applicationId": "029d34bd-cd25-4d12-a637-8d2474d331cd",
  "integrationTypeId": "43365ba8-6f7a-4a59-a0be-44847ef34142",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-11-16T17:11:19.9070454+00:00",
  "updatedDateUtc": "2025-11-16T17:11:19.9070454+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-16T17:11:19.9070454+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-16T17:11:19.9070454+00:00</UpdatedDateUtc>
  <ApplicationId>029d34bd-cd25-4d12-a637-8d2474d331cd</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>c8a1d5c6-c64c-4826-af34-0a4665639945</IntegrationId>
  <IntegrationTypeId>43365ba8-6f7a-4a59-a0be-44847ef34142</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>1c031939-322a-4d33-a917-3db97aa5e90f</TenantId>
</IntegrationRepresentation>