Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8",
    "tenantId": "ce829c19-edb5-40df-9409-30a704b2ba5c",
    "applicationId": "7eb63ea8-2c08-42c1-a9ad-8930e652ca48",
    "integrationTypeId": "2e8db224-8dfd-4d2f-9044-9ab00f87f3b6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-05T12:22:44.3874227+00:00",
    "updatedDateUtc": "2026-04-05T12:22:44.3874227+00:00"
  },
  {
    "integrationId": "f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8",
    "tenantId": "ce829c19-edb5-40df-9409-30a704b2ba5c",
    "applicationId": "7eb63ea8-2c08-42c1-a9ad-8930e652ca48",
    "integrationTypeId": "2e8db224-8dfd-4d2f-9044-9ab00f87f3b6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-05T12:22:44.3874227+00:00",
    "updatedDateUtc": "2026-04-05T12:22:44.3874227+00:00"
  },
  {
    "integrationId": "f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8",
    "tenantId": "ce829c19-edb5-40df-9409-30a704b2ba5c",
    "applicationId": "7eb63ea8-2c08-42c1-a9ad-8930e652ca48",
    "integrationTypeId": "2e8db224-8dfd-4d2f-9044-9ab00f87f3b6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-05T12:22:44.3874227+00:00",
    "updatedDateUtc": "2026-04-05T12:22:44.3874227+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-04-05T12:22:44.3874227+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-05T12:22:44.3874227+00:00</UpdatedDateUtc>
    <ApplicationId>7eb63ea8-2c08-42c1-a9ad-8930e652ca48</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8</IntegrationId>
    <IntegrationTypeId>2e8db224-8dfd-4d2f-9044-9ab00f87f3b6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ce829c19-edb5-40df-9409-30a704b2ba5c</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-05T12:22:44.3874227+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-05T12:22:44.3874227+00:00</UpdatedDateUtc>
    <ApplicationId>7eb63ea8-2c08-42c1-a9ad-8930e652ca48</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8</IntegrationId>
    <IntegrationTypeId>2e8db224-8dfd-4d2f-9044-9ab00f87f3b6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ce829c19-edb5-40df-9409-30a704b2ba5c</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-05T12:22:44.3874227+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-05T12:22:44.3874227+00:00</UpdatedDateUtc>
    <ApplicationId>7eb63ea8-2c08-42c1-a9ad-8930e652ca48</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f0f9c6bd-79b0-4e97-86d4-fda2fd7c23c8</IntegrationId>
    <IntegrationTypeId>2e8db224-8dfd-4d2f-9044-9ab00f87f3b6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ce829c19-edb5-40df-9409-30a704b2ba5c</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>