Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "631e9e09-f146-42c3-9664-8f2a9a2d2155",
    "tenantId": "158b58a1-0ad4-4678-a94e-5475adb113c1",
    "applicationId": "8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a",
    "integrationTypeId": "ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-18T03:04:03.0736092+00:00",
    "updatedDateUtc": "2026-02-18T03:04:03.0736092+00:00"
  },
  {
    "integrationId": "631e9e09-f146-42c3-9664-8f2a9a2d2155",
    "tenantId": "158b58a1-0ad4-4678-a94e-5475adb113c1",
    "applicationId": "8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a",
    "integrationTypeId": "ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-18T03:04:03.0736092+00:00",
    "updatedDateUtc": "2026-02-18T03:04:03.0736092+00:00"
  },
  {
    "integrationId": "631e9e09-f146-42c3-9664-8f2a9a2d2155",
    "tenantId": "158b58a1-0ad4-4678-a94e-5475adb113c1",
    "applicationId": "8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a",
    "integrationTypeId": "ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-18T03:04:03.0736092+00:00",
    "updatedDateUtc": "2026-02-18T03:04:03.0736092+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-18T03:04:03.0736092+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-18T03:04:03.0736092+00:00</UpdatedDateUtc>
    <ApplicationId>8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>631e9e09-f146-42c3-9664-8f2a9a2d2155</IntegrationId>
    <IntegrationTypeId>ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>158b58a1-0ad4-4678-a94e-5475adb113c1</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-18T03:04:03.0736092+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-18T03:04:03.0736092+00:00</UpdatedDateUtc>
    <ApplicationId>8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>631e9e09-f146-42c3-9664-8f2a9a2d2155</IntegrationId>
    <IntegrationTypeId>ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>158b58a1-0ad4-4678-a94e-5475adb113c1</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-18T03:04:03.0736092+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-18T03:04:03.0736092+00:00</UpdatedDateUtc>
    <ApplicationId>8cae8507-ae5b-47b0-8bfd-f90e0ff9c46a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>631e9e09-f146-42c3-9664-8f2a9a2d2155</IntegrationId>
    <IntegrationTypeId>ce9b68a5-ab4a-4a8a-856e-1e7bd449d64b</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>158b58a1-0ad4-4678-a94e-5475adb113c1</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>