Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "11e9df79-6559-469f-850e-6dffa43455fa",
    "tenantId": "7a1f7fab-93fd-4326-bec2-e4be8c3390dd",
    "applicationId": "1e1be6a4-9d20-4a50-adbf-601ca54c6dad",
    "integrationTypeId": "c067b027-dd1e-42bf-84df-b5d31ef32e8d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T23:53:18.1492794+00:00",
    "updatedDateUtc": "2026-03-11T23:53:18.1492794+00:00"
  },
  {
    "integrationId": "11e9df79-6559-469f-850e-6dffa43455fa",
    "tenantId": "7a1f7fab-93fd-4326-bec2-e4be8c3390dd",
    "applicationId": "1e1be6a4-9d20-4a50-adbf-601ca54c6dad",
    "integrationTypeId": "c067b027-dd1e-42bf-84df-b5d31ef32e8d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T23:53:18.1492794+00:00",
    "updatedDateUtc": "2026-03-11T23:53:18.1492794+00:00"
  },
  {
    "integrationId": "11e9df79-6559-469f-850e-6dffa43455fa",
    "tenantId": "7a1f7fab-93fd-4326-bec2-e4be8c3390dd",
    "applicationId": "1e1be6a4-9d20-4a50-adbf-601ca54c6dad",
    "integrationTypeId": "c067b027-dd1e-42bf-84df-b5d31ef32e8d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T23:53:18.1492794+00:00",
    "updatedDateUtc": "2026-03-11T23:53:18.1492794+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-03-11T23:53:18.1492794+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T23:53:18.1492794+00:00</UpdatedDateUtc>
    <ApplicationId>1e1be6a4-9d20-4a50-adbf-601ca54c6dad</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>11e9df79-6559-469f-850e-6dffa43455fa</IntegrationId>
    <IntegrationTypeId>c067b027-dd1e-42bf-84df-b5d31ef32e8d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>7a1f7fab-93fd-4326-bec2-e4be8c3390dd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-11T23:53:18.1492794+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T23:53:18.1492794+00:00</UpdatedDateUtc>
    <ApplicationId>1e1be6a4-9d20-4a50-adbf-601ca54c6dad</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>11e9df79-6559-469f-850e-6dffa43455fa</IntegrationId>
    <IntegrationTypeId>c067b027-dd1e-42bf-84df-b5d31ef32e8d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>7a1f7fab-93fd-4326-bec2-e4be8c3390dd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-11T23:53:18.1492794+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T23:53:18.1492794+00:00</UpdatedDateUtc>
    <ApplicationId>1e1be6a4-9d20-4a50-adbf-601ca54c6dad</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>11e9df79-6559-469f-850e-6dffa43455fa</IntegrationId>
    <IntegrationTypeId>c067b027-dd1e-42bf-84df-b5d31ef32e8d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>7a1f7fab-93fd-4326-bec2-e4be8c3390dd</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>