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": "676913ad-e518-4a9f-b524-d80d0a40a2a1",
  "tenantId": "b9194172-fafd-4e0d-b39a-45c1fb5eba76",
  "applicationId": "f8d57e24-d00a-40dc-84cb-dd84cd1281b4",
  "integrationTypeId": "b26d644b-4df6-43ac-9d0a-fcec0b9367b2",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-04-20T07:22:19.9251948+00:00",
  "updatedDateUtc": "2025-04-20T07:22:19.9251948+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-04-20T07:22:19.9251948+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-20T07:22:19.9251948+00:00</UpdatedDateUtc>
  <ApplicationId>f8d57e24-d00a-40dc-84cb-dd84cd1281b4</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>676913ad-e518-4a9f-b524-d80d0a40a2a1</IntegrationId>
  <IntegrationTypeId>b26d644b-4df6-43ac-9d0a-fcec0b9367b2</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>b9194172-fafd-4e0d-b39a-45c1fb5eba76</TenantId>
</IntegrationRepresentation>