Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "2a1d41af-2d93-4ec3-a33f-fc602b2edfc1",
    "tenantId": "732642ad-1563-4d0e-b580-e1667ca7b81e",
    "applicationId": "f146f0bf-14e9-45cb-b4c5-aa421f7803f9",
    "integrationTypeId": "0b70bb5b-3b0f-4e89-b63f-7434f034ba7b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-31T01:48:40.6124671+00:00",
    "updatedDateUtc": "2026-01-31T01:48:40.6124671+00:00"
  },
  {
    "integrationId": "2a1d41af-2d93-4ec3-a33f-fc602b2edfc1",
    "tenantId": "732642ad-1563-4d0e-b580-e1667ca7b81e",
    "applicationId": "f146f0bf-14e9-45cb-b4c5-aa421f7803f9",
    "integrationTypeId": "0b70bb5b-3b0f-4e89-b63f-7434f034ba7b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-31T01:48:40.6124671+00:00",
    "updatedDateUtc": "2026-01-31T01:48:40.6124671+00:00"
  },
  {
    "integrationId": "2a1d41af-2d93-4ec3-a33f-fc602b2edfc1",
    "tenantId": "732642ad-1563-4d0e-b580-e1667ca7b81e",
    "applicationId": "f146f0bf-14e9-45cb-b4c5-aa421f7803f9",
    "integrationTypeId": "0b70bb5b-3b0f-4e89-b63f-7434f034ba7b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-01-31T01:48:40.6124671+00:00",
    "updatedDateUtc": "2026-01-31T01:48:40.6124671+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-31T01:48:40.6124671+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T01:48:40.6124671+00:00</UpdatedDateUtc>
    <ApplicationId>f146f0bf-14e9-45cb-b4c5-aa421f7803f9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>2a1d41af-2d93-4ec3-a33f-fc602b2edfc1</IntegrationId>
    <IntegrationTypeId>0b70bb5b-3b0f-4e89-b63f-7434f034ba7b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>732642ad-1563-4d0e-b580-e1667ca7b81e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-31T01:48:40.6124671+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T01:48:40.6124671+00:00</UpdatedDateUtc>
    <ApplicationId>f146f0bf-14e9-45cb-b4c5-aa421f7803f9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>2a1d41af-2d93-4ec3-a33f-fc602b2edfc1</IntegrationId>
    <IntegrationTypeId>0b70bb5b-3b0f-4e89-b63f-7434f034ba7b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>732642ad-1563-4d0e-b580-e1667ca7b81e</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-01-31T01:48:40.6124671+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T01:48:40.6124671+00:00</UpdatedDateUtc>
    <ApplicationId>f146f0bf-14e9-45cb-b4c5-aa421f7803f9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>2a1d41af-2d93-4ec3-a33f-fc602b2edfc1</IntegrationId>
    <IntegrationTypeId>0b70bb5b-3b0f-4e89-b63f-7434f034ba7b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>732642ad-1563-4d0e-b580-e1667ca7b81e</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>