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": "a6c94790-705c-4883-9ff6-2a4884f6c5d5",
  "tenantId": "8d7195d3-3e86-4210-98c3-3e055b90f491",
  "applicationId": "3232c739-9692-41c2-825c-ff36a6fa8f3b",
  "integrationTypeId": "1c22cf15-b2db-4f84-b24e-f54c80b754e1",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-12-26T02:47:10.2004796+00:00",
  "updatedDateUtc": "2025-12-26T02:47:10.2004796+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-12-26T02:47:10.2004796+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-26T02:47:10.2004796+00:00</UpdatedDateUtc>
  <ApplicationId>3232c739-9692-41c2-825c-ff36a6fa8f3b</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>a6c94790-705c-4883-9ff6-2a4884f6c5d5</IntegrationId>
  <IntegrationTypeId>1c22cf15-b2db-4f84-b24e-f54c80b754e1</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>8d7195d3-3e86-4210-98c3-3e055b90f491</TenantId>
</IntegrationRepresentation>