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": "14f92ac2-40a8-4173-baf4-b703dd332e3c",
  "tenantId": "dcb2c79c-43f5-4043-a5ef-7d04f1ba805d",
  "applicationId": "c13180ae-8eda-4b14-8d13-b93e1a2d5419",
  "integrationTypeId": "dba1f833-6278-4f99-9b75-8bf77a92255d",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-02-01T08:31:11.4215769+00:00",
  "updatedDateUtc": "2026-02-01T08:31:11.4215769+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-02-01T08:31:11.4215769+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-01T08:31:11.4215769+00:00</UpdatedDateUtc>
  <ApplicationId>c13180ae-8eda-4b14-8d13-b93e1a2d5419</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>14f92ac2-40a8-4173-baf4-b703dd332e3c</IntegrationId>
  <IntegrationTypeId>dba1f833-6278-4f99-9b75-8bf77a92255d</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>dcb2c79c-43f5-4043-a5ef-7d04f1ba805d</TenantId>
</IntegrationRepresentation>