Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "64c34c9f-1e51-4260-a460-61fecf378d87",
    "tenantId": "19c3d06d-661c-4c4d-988f-a0cb627fc063",
    "applicationId": "e7c6be3a-4e24-4fa1-b347-eb565fe91a22",
    "integrationTypeId": "b22348e9-096b-4c96-918a-8d88d37a7af6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-10T21:24:14.7778354+00:00",
    "updatedDateUtc": "2026-01-10T21:24:14.7778354+00:00"
  },
  {
    "integrationId": "64c34c9f-1e51-4260-a460-61fecf378d87",
    "tenantId": "19c3d06d-661c-4c4d-988f-a0cb627fc063",
    "applicationId": "e7c6be3a-4e24-4fa1-b347-eb565fe91a22",
    "integrationTypeId": "b22348e9-096b-4c96-918a-8d88d37a7af6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-10T21:24:14.7778354+00:00",
    "updatedDateUtc": "2026-01-10T21:24:14.7778354+00:00"
  },
  {
    "integrationId": "64c34c9f-1e51-4260-a460-61fecf378d87",
    "tenantId": "19c3d06d-661c-4c4d-988f-a0cb627fc063",
    "applicationId": "e7c6be3a-4e24-4fa1-b347-eb565fe91a22",
    "integrationTypeId": "b22348e9-096b-4c96-918a-8d88d37a7af6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-10T21:24:14.7778354+00:00",
    "updatedDateUtc": "2026-01-10T21:24:14.7778354+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-10T21:24:14.7778354+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-10T21:24:14.7778354+00:00</UpdatedDateUtc>
    <ApplicationId>e7c6be3a-4e24-4fa1-b347-eb565fe91a22</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>64c34c9f-1e51-4260-a460-61fecf378d87</IntegrationId>
    <IntegrationTypeId>b22348e9-096b-4c96-918a-8d88d37a7af6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>19c3d06d-661c-4c4d-988f-a0cb627fc063</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-10T21:24:14.7778354+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-10T21:24:14.7778354+00:00</UpdatedDateUtc>
    <ApplicationId>e7c6be3a-4e24-4fa1-b347-eb565fe91a22</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>64c34c9f-1e51-4260-a460-61fecf378d87</IntegrationId>
    <IntegrationTypeId>b22348e9-096b-4c96-918a-8d88d37a7af6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>19c3d06d-661c-4c4d-988f-a0cb627fc063</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-10T21:24:14.7778354+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-10T21:24:14.7778354+00:00</UpdatedDateUtc>
    <ApplicationId>e7c6be3a-4e24-4fa1-b347-eb565fe91a22</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>64c34c9f-1e51-4260-a460-61fecf378d87</IntegrationId>
    <IntegrationTypeId>b22348e9-096b-4c96-918a-8d88d37a7af6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>19c3d06d-661c-4c4d-988f-a0cb627fc063</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>