Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4",
    "tenantId": "4aaf2130-cca7-4c6e-891f-7cedcb020b7e",
    "applicationId": "fe027680-9a5c-46bc-85e2-48e9761c86b4",
    "integrationTypeId": "623ca03c-08b1-472d-953a-a52c60f95b11",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-04T03:10:40.5106113+00:00",
    "updatedDateUtc": "2026-03-04T03:10:40.5106113+00:00"
  },
  {
    "integrationId": "a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4",
    "tenantId": "4aaf2130-cca7-4c6e-891f-7cedcb020b7e",
    "applicationId": "fe027680-9a5c-46bc-85e2-48e9761c86b4",
    "integrationTypeId": "623ca03c-08b1-472d-953a-a52c60f95b11",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-04T03:10:40.5106113+00:00",
    "updatedDateUtc": "2026-03-04T03:10:40.5106113+00:00"
  },
  {
    "integrationId": "a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4",
    "tenantId": "4aaf2130-cca7-4c6e-891f-7cedcb020b7e",
    "applicationId": "fe027680-9a5c-46bc-85e2-48e9761c86b4",
    "integrationTypeId": "623ca03c-08b1-472d-953a-a52c60f95b11",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-04T03:10:40.5106113+00:00",
    "updatedDateUtc": "2026-03-04T03:10:40.5106113+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-04T03:10:40.5106113+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-04T03:10:40.5106113+00:00</UpdatedDateUtc>
    <ApplicationId>fe027680-9a5c-46bc-85e2-48e9761c86b4</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4</IntegrationId>
    <IntegrationTypeId>623ca03c-08b1-472d-953a-a52c60f95b11</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4aaf2130-cca7-4c6e-891f-7cedcb020b7e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-04T03:10:40.5106113+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-04T03:10:40.5106113+00:00</UpdatedDateUtc>
    <ApplicationId>fe027680-9a5c-46bc-85e2-48e9761c86b4</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4</IntegrationId>
    <IntegrationTypeId>623ca03c-08b1-472d-953a-a52c60f95b11</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4aaf2130-cca7-4c6e-891f-7cedcb020b7e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-04T03:10:40.5106113+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-04T03:10:40.5106113+00:00</UpdatedDateUtc>
    <ApplicationId>fe027680-9a5c-46bc-85e2-48e9761c86b4</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>a0a1ac63-3bdf-41ec-9dcb-3cf3acf556e4</IntegrationId>
    <IntegrationTypeId>623ca03c-08b1-472d-953a-a52c60f95b11</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4aaf2130-cca7-4c6e-891f-7cedcb020b7e</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>