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": "7dfd39a1-89fc-4b68-a66f-fb27ea0605fa",
  "tenantId": "ccf92ae7-322f-4e4b-9ca8-7da8fede8d6d",
  "applicationId": "70add487-cde7-4148-8f36-96725eaed4a9",
  "integrationTypeId": "78702b03-1656-47a7-b67e-21670641410b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-09-02T15:01:13.820159+00:00",
  "updatedDateUtc": "2026-09-02T15:01:13.820159+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-09-02T15:01:13.820159+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-02T15:01:13.820159+00:00</UpdatedDateUtc>
  <ApplicationId>70add487-cde7-4148-8f36-96725eaed4a9</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>7dfd39a1-89fc-4b68-a66f-fb27ea0605fa</IntegrationId>
  <IntegrationTypeId>78702b03-1656-47a7-b67e-21670641410b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>ccf92ae7-322f-4e4b-9ca8-7da8fede8d6d</TenantId>
</IntegrationRepresentation>