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": "89cf8907-bc76-4814-8455-40812bac8666",
  "tenantId": "123919f8-e4d4-42e2-a714-8d7130625bf3",
  "applicationId": "a07853af-8b95-4290-972d-b9f952a56653",
  "integrationTypeId": "334a48dc-8f95-4a10-b255-6cb36695dfe7",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-06-04T07:06:10.9212959+00:00",
  "updatedDateUtc": "2025-06-04T07:06:10.9212959+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-06-04T07:06:10.9212959+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-04T07:06:10.9212959+00:00</UpdatedDateUtc>
  <ApplicationId>a07853af-8b95-4290-972d-b9f952a56653</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>89cf8907-bc76-4814-8455-40812bac8666</IntegrationId>
  <IntegrationTypeId>334a48dc-8f95-4a10-b255-6cb36695dfe7</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>123919f8-e4d4-42e2-a714-8d7130625bf3</TenantId>
</IntegrationRepresentation>