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": "5c98443b-a83b-42f2-a7c1-7b2dbc51e715",
  "tenantId": "262b6f53-7df5-4680-8556-144d28cb22b7",
  "applicationId": "d7ca25aa-095e-4f4a-a9c7-2e44abe8235d",
  "integrationTypeId": "ff48d4ef-ad97-4e3a-8442-60d1acfb646e",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2026-08-02T04:57:54.4291197+00:00",
  "updatedDateUtc": "2026-08-02T04:57:54.4291197+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-08-02T04:57:54.4291197+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-02T04:57:54.4291197+00:00</UpdatedDateUtc>
  <ApplicationId>d7ca25aa-095e-4f4a-a9c7-2e44abe8235d</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>5c98443b-a83b-42f2-a7c1-7b2dbc51e715</IntegrationId>
  <IntegrationTypeId>ff48d4ef-ad97-4e3a-8442-60d1acfb646e</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>262b6f53-7df5-4680-8556-144d28cb22b7</TenantId>
</IntegrationRepresentation>