Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "20da2249-d63d-4a63-8a3e-3f1e0166cd73",
    "tenantId": "bed8bdf8-3309-4f6a-91bd-4c1ec8621706",
    "applicationId": "41f28f5d-3758-4982-aceb-6e3df8190003",
    "integrationTypeId": "5d787f31-eeda-41f4-b381-0ab4f9849f6e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-29T18:42:00.8573665+00:00",
    "updatedDateUtc": "2026-06-29T18:42:00.8573665+00:00"
  },
  {
    "integrationId": "20da2249-d63d-4a63-8a3e-3f1e0166cd73",
    "tenantId": "bed8bdf8-3309-4f6a-91bd-4c1ec8621706",
    "applicationId": "41f28f5d-3758-4982-aceb-6e3df8190003",
    "integrationTypeId": "5d787f31-eeda-41f4-b381-0ab4f9849f6e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-29T18:42:00.8573665+00:00",
    "updatedDateUtc": "2026-06-29T18:42:00.8573665+00:00"
  },
  {
    "integrationId": "20da2249-d63d-4a63-8a3e-3f1e0166cd73",
    "tenantId": "bed8bdf8-3309-4f6a-91bd-4c1ec8621706",
    "applicationId": "41f28f5d-3758-4982-aceb-6e3df8190003",
    "integrationTypeId": "5d787f31-eeda-41f4-b381-0ab4f9849f6e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-29T18:42:00.8573665+00:00",
    "updatedDateUtc": "2026-06-29T18:42:00.8573665+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-06-29T18:42:00.8573665+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-29T18:42:00.8573665+00:00</UpdatedDateUtc>
    <ApplicationId>41f28f5d-3758-4982-aceb-6e3df8190003</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>20da2249-d63d-4a63-8a3e-3f1e0166cd73</IntegrationId>
    <IntegrationTypeId>5d787f31-eeda-41f4-b381-0ab4f9849f6e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>bed8bdf8-3309-4f6a-91bd-4c1ec8621706</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-29T18:42:00.8573665+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-29T18:42:00.8573665+00:00</UpdatedDateUtc>
    <ApplicationId>41f28f5d-3758-4982-aceb-6e3df8190003</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>20da2249-d63d-4a63-8a3e-3f1e0166cd73</IntegrationId>
    <IntegrationTypeId>5d787f31-eeda-41f4-b381-0ab4f9849f6e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>bed8bdf8-3309-4f6a-91bd-4c1ec8621706</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-29T18:42:00.8573665+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-29T18:42:00.8573665+00:00</UpdatedDateUtc>
    <ApplicationId>41f28f5d-3758-4982-aceb-6e3df8190003</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>20da2249-d63d-4a63-8a3e-3f1e0166cd73</IntegrationId>
    <IntegrationTypeId>5d787f31-eeda-41f4-b381-0ab4f9849f6e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>bed8bdf8-3309-4f6a-91bd-4c1ec8621706</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>