Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "08c387cb-5e78-49c0-897d-6e1bf35993d3",
    "tenantId": "cf52e0a3-4635-464b-978e-8aea13adf928",
    "applicationId": "1a99a603-d372-42df-b511-5daf182a97ea",
    "integrationTypeId": "67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-04T01:50:51.6940079+00:00",
    "updatedDateUtc": "2026-02-04T01:50:51.6940079+00:00"
  },
  {
    "integrationId": "08c387cb-5e78-49c0-897d-6e1bf35993d3",
    "tenantId": "cf52e0a3-4635-464b-978e-8aea13adf928",
    "applicationId": "1a99a603-d372-42df-b511-5daf182a97ea",
    "integrationTypeId": "67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-04T01:50:51.6940079+00:00",
    "updatedDateUtc": "2026-02-04T01:50:51.6940079+00:00"
  },
  {
    "integrationId": "08c387cb-5e78-49c0-897d-6e1bf35993d3",
    "tenantId": "cf52e0a3-4635-464b-978e-8aea13adf928",
    "applicationId": "1a99a603-d372-42df-b511-5daf182a97ea",
    "integrationTypeId": "67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-04T01:50:51.6940079+00:00",
    "updatedDateUtc": "2026-02-04T01:50:51.6940079+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-02-04T01:50:51.6940079+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:51.6940079+00:00</UpdatedDateUtc>
    <ApplicationId>1a99a603-d372-42df-b511-5daf182a97ea</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>08c387cb-5e78-49c0-897d-6e1bf35993d3</IntegrationId>
    <IntegrationTypeId>67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>cf52e0a3-4635-464b-978e-8aea13adf928</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:51.6940079+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:51.6940079+00:00</UpdatedDateUtc>
    <ApplicationId>1a99a603-d372-42df-b511-5daf182a97ea</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>08c387cb-5e78-49c0-897d-6e1bf35993d3</IntegrationId>
    <IntegrationTypeId>67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>cf52e0a3-4635-464b-978e-8aea13adf928</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:51.6940079+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:51.6940079+00:00</UpdatedDateUtc>
    <ApplicationId>1a99a603-d372-42df-b511-5daf182a97ea</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>08c387cb-5e78-49c0-897d-6e1bf35993d3</IntegrationId>
    <IntegrationTypeId>67ff9cf4-4e72-4e8f-bc1d-fa1c7b2ac3ef</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>cf52e0a3-4635-464b-978e-8aea13adf928</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>