Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "e030fd98-47c3-456a-8521-b5a751a7d271",
    "tenantId": "b81dbb8c-95bb-4bce-940f-b331e11b08bd",
    "applicationId": "89d451fa-3cc4-42a9-b172-4c7edda549d6",
    "integrationTypeId": "b624fa18-dc27-439b-8e9b-7643cd09e529",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-05T20:36:02.4534149+00:00",
    "updatedDateUtc": "2026-08-05T20:36:02.4534149+00:00"
  },
  {
    "integrationId": "e030fd98-47c3-456a-8521-b5a751a7d271",
    "tenantId": "b81dbb8c-95bb-4bce-940f-b331e11b08bd",
    "applicationId": "89d451fa-3cc4-42a9-b172-4c7edda549d6",
    "integrationTypeId": "b624fa18-dc27-439b-8e9b-7643cd09e529",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-05T20:36:02.4534149+00:00",
    "updatedDateUtc": "2026-08-05T20:36:02.4534149+00:00"
  },
  {
    "integrationId": "e030fd98-47c3-456a-8521-b5a751a7d271",
    "tenantId": "b81dbb8c-95bb-4bce-940f-b331e11b08bd",
    "applicationId": "89d451fa-3cc4-42a9-b172-4c7edda549d6",
    "integrationTypeId": "b624fa18-dc27-439b-8e9b-7643cd09e529",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-05T20:36:02.4534149+00:00",
    "updatedDateUtc": "2026-08-05T20:36:02.4534149+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-05T20:36:02.4534149+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T20:36:02.4534149+00:00</UpdatedDateUtc>
    <ApplicationId>89d451fa-3cc4-42a9-b172-4c7edda549d6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e030fd98-47c3-456a-8521-b5a751a7d271</IntegrationId>
    <IntegrationTypeId>b624fa18-dc27-439b-8e9b-7643cd09e529</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>b81dbb8c-95bb-4bce-940f-b331e11b08bd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-05T20:36:02.4534149+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T20:36:02.4534149+00:00</UpdatedDateUtc>
    <ApplicationId>89d451fa-3cc4-42a9-b172-4c7edda549d6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e030fd98-47c3-456a-8521-b5a751a7d271</IntegrationId>
    <IntegrationTypeId>b624fa18-dc27-439b-8e9b-7643cd09e529</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>b81dbb8c-95bb-4bce-940f-b331e11b08bd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-05T20:36:02.4534149+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T20:36:02.4534149+00:00</UpdatedDateUtc>
    <ApplicationId>89d451fa-3cc4-42a9-b172-4c7edda549d6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e030fd98-47c3-456a-8521-b5a751a7d271</IntegrationId>
    <IntegrationTypeId>b624fa18-dc27-439b-8e9b-7643cd09e529</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>b81dbb8c-95bb-4bce-940f-b331e11b08bd</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>