Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "8c2598b5-9732-4925-a671-d8250704be56",
    "tenantId": "c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e",
    "applicationId": "389b2ccf-6e90-446b-9179-296584498b86",
    "integrationTypeId": "def2464c-071d-4037-98c7-49549ed3c02c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-28T00:56:39.6411655+00:00",
    "updatedDateUtc": "2026-01-28T00:56:39.6411655+00:00"
  },
  {
    "integrationId": "8c2598b5-9732-4925-a671-d8250704be56",
    "tenantId": "c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e",
    "applicationId": "389b2ccf-6e90-446b-9179-296584498b86",
    "integrationTypeId": "def2464c-071d-4037-98c7-49549ed3c02c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-28T00:56:39.6411655+00:00",
    "updatedDateUtc": "2026-01-28T00:56:39.6411655+00:00"
  },
  {
    "integrationId": "8c2598b5-9732-4925-a671-d8250704be56",
    "tenantId": "c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e",
    "applicationId": "389b2ccf-6e90-446b-9179-296584498b86",
    "integrationTypeId": "def2464c-071d-4037-98c7-49549ed3c02c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-28T00:56:39.6411655+00:00",
    "updatedDateUtc": "2026-01-28T00:56:39.6411655+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-01-28T00:56:39.6411655+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-28T00:56:39.6411655+00:00</UpdatedDateUtc>
    <ApplicationId>389b2ccf-6e90-446b-9179-296584498b86</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>8c2598b5-9732-4925-a671-d8250704be56</IntegrationId>
    <IntegrationTypeId>def2464c-071d-4037-98c7-49549ed3c02c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-28T00:56:39.6411655+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-28T00:56:39.6411655+00:00</UpdatedDateUtc>
    <ApplicationId>389b2ccf-6e90-446b-9179-296584498b86</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>8c2598b5-9732-4925-a671-d8250704be56</IntegrationId>
    <IntegrationTypeId>def2464c-071d-4037-98c7-49549ed3c02c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-28T00:56:39.6411655+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-28T00:56:39.6411655+00:00</UpdatedDateUtc>
    <ApplicationId>389b2ccf-6e90-446b-9179-296584498b86</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>8c2598b5-9732-4925-a671-d8250704be56</IntegrationId>
    <IntegrationTypeId>def2464c-071d-4037-98c7-49549ed3c02c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>c3cf32c5-2b11-4c8b-a6bb-7d58fd04286e</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>