Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "44d36b26-67eb-4c7b-b9d0-b6d2be7d59af",
    "tenantId": "ae480e5f-461c-48a6-b485-71f4a58cbf0b",
    "applicationId": "c5670d23-5f19-4bbc-b9e1-76c94eefa4e6",
    "integrationTypeId": "33b599f2-18b7-4851-ab66-ca1c1c444517",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-13T01:57:24.6377766+00:00",
    "updatedDateUtc": "2025-12-13T01:57:24.6377766+00:00"
  },
  {
    "integrationId": "44d36b26-67eb-4c7b-b9d0-b6d2be7d59af",
    "tenantId": "ae480e5f-461c-48a6-b485-71f4a58cbf0b",
    "applicationId": "c5670d23-5f19-4bbc-b9e1-76c94eefa4e6",
    "integrationTypeId": "33b599f2-18b7-4851-ab66-ca1c1c444517",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-13T01:57:24.6377766+00:00",
    "updatedDateUtc": "2025-12-13T01:57:24.6377766+00:00"
  },
  {
    "integrationId": "44d36b26-67eb-4c7b-b9d0-b6d2be7d59af",
    "tenantId": "ae480e5f-461c-48a6-b485-71f4a58cbf0b",
    "applicationId": "c5670d23-5f19-4bbc-b9e1-76c94eefa4e6",
    "integrationTypeId": "33b599f2-18b7-4851-ab66-ca1c1c444517",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-13T01:57:24.6377766+00:00",
    "updatedDateUtc": "2025-12-13T01:57:24.6377766+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-13T01:57:24.6377766+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T01:57:24.6377766+00:00</UpdatedDateUtc>
    <ApplicationId>c5670d23-5f19-4bbc-b9e1-76c94eefa4e6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>44d36b26-67eb-4c7b-b9d0-b6d2be7d59af</IntegrationId>
    <IntegrationTypeId>33b599f2-18b7-4851-ab66-ca1c1c444517</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ae480e5f-461c-48a6-b485-71f4a58cbf0b</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-13T01:57:24.6377766+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T01:57:24.6377766+00:00</UpdatedDateUtc>
    <ApplicationId>c5670d23-5f19-4bbc-b9e1-76c94eefa4e6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>44d36b26-67eb-4c7b-b9d0-b6d2be7d59af</IntegrationId>
    <IntegrationTypeId>33b599f2-18b7-4851-ab66-ca1c1c444517</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ae480e5f-461c-48a6-b485-71f4a58cbf0b</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-13T01:57:24.6377766+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T01:57:24.6377766+00:00</UpdatedDateUtc>
    <ApplicationId>c5670d23-5f19-4bbc-b9e1-76c94eefa4e6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>44d36b26-67eb-4c7b-b9d0-b6d2be7d59af</IntegrationId>
    <IntegrationTypeId>33b599f2-18b7-4851-ab66-ca1c1c444517</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ae480e5f-461c-48a6-b485-71f4a58cbf0b</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>