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": "16946506-99d4-48b4-ba56-a180dc82e8db",
  "tenantId": "92875676-f704-4e5c-afbd-0888ba79f0be",
  "applicationId": "24de88f8-27ea-4851-a92c-e34302e30e56",
  "integrationTypeId": "94aae216-1d1b-4949-bb5a-767fdc98ad7b",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-03-16T15:52:05.7063668+00:00",
  "updatedDateUtc": "2026-03-16T15:52:05.7063668+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-03-16T15:52:05.7063668+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-16T15:52:05.7063668+00:00</UpdatedDateUtc>
  <ApplicationId>24de88f8-27ea-4851-a92c-e34302e30e56</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>16946506-99d4-48b4-ba56-a180dc82e8db</IntegrationId>
  <IntegrationTypeId>94aae216-1d1b-4949-bb5a-767fdc98ad7b</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>92875676-f704-4e5c-afbd-0888ba79f0be</TenantId>
</IntegrationRepresentation>