Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "6aa22b4a-ee4f-4645-adb3-5eb359945ea4",
    "tenantId": "ea47847e-9d9c-4b84-b7d9-8bb41cea91f9",
    "applicationId": "9ceb9b16-487b-48cf-8d1c-43d4862caa35",
    "integrationTypeId": "17827ad5-a765-4a89-a795-52c02a0cf978",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-11T10:53:18.3206401+00:00",
    "updatedDateUtc": "2026-09-11T10:53:18.3206401+00:00"
  },
  {
    "integrationId": "6aa22b4a-ee4f-4645-adb3-5eb359945ea4",
    "tenantId": "ea47847e-9d9c-4b84-b7d9-8bb41cea91f9",
    "applicationId": "9ceb9b16-487b-48cf-8d1c-43d4862caa35",
    "integrationTypeId": "17827ad5-a765-4a89-a795-52c02a0cf978",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-11T10:53:18.3206401+00:00",
    "updatedDateUtc": "2026-09-11T10:53:18.3206401+00:00"
  },
  {
    "integrationId": "6aa22b4a-ee4f-4645-adb3-5eb359945ea4",
    "tenantId": "ea47847e-9d9c-4b84-b7d9-8bb41cea91f9",
    "applicationId": "9ceb9b16-487b-48cf-8d1c-43d4862caa35",
    "integrationTypeId": "17827ad5-a765-4a89-a795-52c02a0cf978",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-11T10:53:18.3206401+00:00",
    "updatedDateUtc": "2026-09-11T10:53:18.3206401+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>2026-09-11T10:53:18.3206401+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:53:18.3206401+00:00</UpdatedDateUtc>
    <ApplicationId>9ceb9b16-487b-48cf-8d1c-43d4862caa35</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>6aa22b4a-ee4f-4645-adb3-5eb359945ea4</IntegrationId>
    <IntegrationTypeId>17827ad5-a765-4a89-a795-52c02a0cf978</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ea47847e-9d9c-4b84-b7d9-8bb41cea91f9</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-09-11T10:53:18.3206401+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:53:18.3206401+00:00</UpdatedDateUtc>
    <ApplicationId>9ceb9b16-487b-48cf-8d1c-43d4862caa35</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>6aa22b4a-ee4f-4645-adb3-5eb359945ea4</IntegrationId>
    <IntegrationTypeId>17827ad5-a765-4a89-a795-52c02a0cf978</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ea47847e-9d9c-4b84-b7d9-8bb41cea91f9</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-09-11T10:53:18.3206401+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:53:18.3206401+00:00</UpdatedDateUtc>
    <ApplicationId>9ceb9b16-487b-48cf-8d1c-43d4862caa35</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>6aa22b4a-ee4f-4645-adb3-5eb359945ea4</IntegrationId>
    <IntegrationTypeId>17827ad5-a765-4a89-a795-52c02a0cf978</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ea47847e-9d9c-4b84-b7d9-8bb41cea91f9</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>