Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "24eefeaa-67a0-4af0-b9a4-a98ba836aac8",
    "tenantId": "0d43a5a1-2fc4-458f-b2ff-27ae21494363",
    "applicationId": "c32ebb67-5289-4c88-b46c-136f27a60002",
    "integrationTypeId": "8b33cf34-7f2b-41f5-ace1-a5a03a4170c3",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-17T03:24:14.1658438+00:00",
    "updatedDateUtc": "2025-12-17T03:24:14.1658438+00:00"
  },
  {
    "integrationId": "24eefeaa-67a0-4af0-b9a4-a98ba836aac8",
    "tenantId": "0d43a5a1-2fc4-458f-b2ff-27ae21494363",
    "applicationId": "c32ebb67-5289-4c88-b46c-136f27a60002",
    "integrationTypeId": "8b33cf34-7f2b-41f5-ace1-a5a03a4170c3",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-17T03:24:14.1658438+00:00",
    "updatedDateUtc": "2025-12-17T03:24:14.1658438+00:00"
  },
  {
    "integrationId": "24eefeaa-67a0-4af0-b9a4-a98ba836aac8",
    "tenantId": "0d43a5a1-2fc4-458f-b2ff-27ae21494363",
    "applicationId": "c32ebb67-5289-4c88-b46c-136f27a60002",
    "integrationTypeId": "8b33cf34-7f2b-41f5-ace1-a5a03a4170c3",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-17T03:24:14.1658438+00:00",
    "updatedDateUtc": "2025-12-17T03:24:14.1658438+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIntegrationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-17T03:24:14.1658438+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-17T03:24:14.1658438+00:00</UpdatedDateUtc>
    <ApplicationId>c32ebb67-5289-4c88-b46c-136f27a60002</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>24eefeaa-67a0-4af0-b9a4-a98ba836aac8</IntegrationId>
    <IntegrationTypeId>8b33cf34-7f2b-41f5-ace1-a5a03a4170c3</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0d43a5a1-2fc4-458f-b2ff-27ae21494363</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-17T03:24:14.1658438+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-17T03:24:14.1658438+00:00</UpdatedDateUtc>
    <ApplicationId>c32ebb67-5289-4c88-b46c-136f27a60002</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>24eefeaa-67a0-4af0-b9a4-a98ba836aac8</IntegrationId>
    <IntegrationTypeId>8b33cf34-7f2b-41f5-ace1-a5a03a4170c3</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0d43a5a1-2fc4-458f-b2ff-27ae21494363</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-17T03:24:14.1658438+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-17T03:24:14.1658438+00:00</UpdatedDateUtc>
    <ApplicationId>c32ebb67-5289-4c88-b46c-136f27a60002</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>24eefeaa-67a0-4af0-b9a4-a98ba836aac8</IntegrationId>
    <IntegrationTypeId>8b33cf34-7f2b-41f5-ace1-a5a03a4170c3</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0d43a5a1-2fc4-458f-b2ff-27ae21494363</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>