Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f",
    "tenantId": "da0b6d28-8ce0-4343-a33e-0bbc956a0a3d",
    "applicationId": "0de8b15c-2bfe-4a1d-86df-8e2a6b568142",
    "integrationTypeId": "24d40e33-995d-4fa6-81ae-2fafbd400167",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-15T17:25:19.837048+00:00",
    "updatedDateUtc": "2026-08-15T17:25:19.837048+00:00"
  },
  {
    "integrationId": "bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f",
    "tenantId": "da0b6d28-8ce0-4343-a33e-0bbc956a0a3d",
    "applicationId": "0de8b15c-2bfe-4a1d-86df-8e2a6b568142",
    "integrationTypeId": "24d40e33-995d-4fa6-81ae-2fafbd400167",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-15T17:25:19.837048+00:00",
    "updatedDateUtc": "2026-08-15T17:25:19.837048+00:00"
  },
  {
    "integrationId": "bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f",
    "tenantId": "da0b6d28-8ce0-4343-a33e-0bbc956a0a3d",
    "applicationId": "0de8b15c-2bfe-4a1d-86df-8e2a6b568142",
    "integrationTypeId": "24d40e33-995d-4fa6-81ae-2fafbd400167",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-15T17:25:19.837048+00:00",
    "updatedDateUtc": "2026-08-15T17:25:19.837048+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-08-15T17:25:19.837048+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:19.837048+00:00</UpdatedDateUtc>
    <ApplicationId>0de8b15c-2bfe-4a1d-86df-8e2a6b568142</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f</IntegrationId>
    <IntegrationTypeId>24d40e33-995d-4fa6-81ae-2fafbd400167</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>da0b6d28-8ce0-4343-a33e-0bbc956a0a3d</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:19.837048+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:19.837048+00:00</UpdatedDateUtc>
    <ApplicationId>0de8b15c-2bfe-4a1d-86df-8e2a6b568142</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f</IntegrationId>
    <IntegrationTypeId>24d40e33-995d-4fa6-81ae-2fafbd400167</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>da0b6d28-8ce0-4343-a33e-0bbc956a0a3d</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:19.837048+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:19.837048+00:00</UpdatedDateUtc>
    <ApplicationId>0de8b15c-2bfe-4a1d-86df-8e2a6b568142</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bfbfa0f2-b93a-40fa-8950-ff343e0b4f3f</IntegrationId>
    <IntegrationTypeId>24d40e33-995d-4fa6-81ae-2fafbd400167</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>da0b6d28-8ce0-4343-a33e-0bbc956a0a3d</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>