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": "3e39404e-8f40-4294-9855-b33cbcaf7e84",
  "tenantId": "e8f3f042-d3d1-4162-b1f2-3da373444254",
  "applicationId": "ece1a840-3356-4641-a201-fe2bc3ca1124",
  "integrationTypeId": "958bd501-290a-4497-9788-1dd05b4f80e3",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-11-08T11:03:33.1521696+00:00",
  "updatedDateUtc": "2025-11-08T11:03:33.1521696+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-11-08T11:03:33.1521696+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-08T11:03:33.1521696+00:00</UpdatedDateUtc>
  <ApplicationId>ece1a840-3356-4641-a201-fe2bc3ca1124</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>3e39404e-8f40-4294-9855-b33cbcaf7e84</IntegrationId>
  <IntegrationTypeId>958bd501-290a-4497-9788-1dd05b4f80e3</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>e8f3f042-d3d1-4162-b1f2-3da373444254</TenantId>
</IntegrationRepresentation>