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": "9f3d57f6-7565-4849-b335-c44ba2a3b7bf",
  "tenantId": "5b5b7cde-959d-487d-b1e0-c621d816a1b4",
  "applicationId": "37413aa6-d759-4647-9c46-f8c387ea8386",
  "integrationTypeId": "4679ec14-9790-4c6d-aaf6-28f9f24c9f05",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-09-05T17:50:51.2993863+00:00",
  "updatedDateUtc": "2025-09-05T17:50:51.2993863+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-09-05T17:50:51.2993863+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-09-05T17:50:51.2993863+00:00</UpdatedDateUtc>
  <ApplicationId>37413aa6-d759-4647-9c46-f8c387ea8386</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>9f3d57f6-7565-4849-b335-c44ba2a3b7bf</IntegrationId>
  <IntegrationTypeId>4679ec14-9790-4c6d-aaf6-28f9f24c9f05</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>5b5b7cde-959d-487d-b1e0-c621d816a1b4</TenantId>
</IntegrationRepresentation>