Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "45879b6a-cbf3-48d1-9919-942ec4605c0f",
    "tenantId": "ffd72b91-687b-4098-981a-3a8fe6d01dff",
    "applicationId": "3ab353e3-2973-41df-a985-99658b9003d9",
    "integrationTypeId": "0c2600a6-7903-40b3-baab-7b8080e92cf6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-09-08T22:54:08.3173712+00:00",
    "updatedDateUtc": "2025-09-08T22:54:08.3173712+00:00"
  },
  {
    "integrationId": "45879b6a-cbf3-48d1-9919-942ec4605c0f",
    "tenantId": "ffd72b91-687b-4098-981a-3a8fe6d01dff",
    "applicationId": "3ab353e3-2973-41df-a985-99658b9003d9",
    "integrationTypeId": "0c2600a6-7903-40b3-baab-7b8080e92cf6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-09-08T22:54:08.3173712+00:00",
    "updatedDateUtc": "2025-09-08T22:54:08.3173712+00:00"
  },
  {
    "integrationId": "45879b6a-cbf3-48d1-9919-942ec4605c0f",
    "tenantId": "ffd72b91-687b-4098-981a-3a8fe6d01dff",
    "applicationId": "3ab353e3-2973-41df-a985-99658b9003d9",
    "integrationTypeId": "0c2600a6-7903-40b3-baab-7b8080e92cf6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-09-08T22:54:08.3173712+00:00",
    "updatedDateUtc": "2025-09-08T22:54:08.3173712+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>2025-09-08T22:54:08.3173712+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:54:08.3173712+00:00</UpdatedDateUtc>
    <ApplicationId>3ab353e3-2973-41df-a985-99658b9003d9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>45879b6a-cbf3-48d1-9919-942ec4605c0f</IntegrationId>
    <IntegrationTypeId>0c2600a6-7903-40b3-baab-7b8080e92cf6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ffd72b91-687b-4098-981a-3a8fe6d01dff</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-09-08T22:54:08.3173712+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:54:08.3173712+00:00</UpdatedDateUtc>
    <ApplicationId>3ab353e3-2973-41df-a985-99658b9003d9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>45879b6a-cbf3-48d1-9919-942ec4605c0f</IntegrationId>
    <IntegrationTypeId>0c2600a6-7903-40b3-baab-7b8080e92cf6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ffd72b91-687b-4098-981a-3a8fe6d01dff</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-09-08T22:54:08.3173712+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:54:08.3173712+00:00</UpdatedDateUtc>
    <ApplicationId>3ab353e3-2973-41df-a985-99658b9003d9</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>45879b6a-cbf3-48d1-9919-942ec4605c0f</IntegrationId>
    <IntegrationTypeId>0c2600a6-7903-40b3-baab-7b8080e92cf6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ffd72b91-687b-4098-981a-3a8fe6d01dff</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>