Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "34b88f77-88de-4259-999a-e6418c7ea47a",
    "tenantId": "a9f64d01-2eac-414c-ad98-8b4bf0494f87",
    "applicationId": "6bb9553d-227a-499c-9a0a-d094abd76bbb",
    "integrationTypeId": "0d2dfb29-e56a-496b-8f68-c29998b9c8cf",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T04:55:29.0826302+00:00",
    "updatedDateUtc": "2026-03-14T04:55:29.0826302+00:00"
  },
  {
    "integrationId": "34b88f77-88de-4259-999a-e6418c7ea47a",
    "tenantId": "a9f64d01-2eac-414c-ad98-8b4bf0494f87",
    "applicationId": "6bb9553d-227a-499c-9a0a-d094abd76bbb",
    "integrationTypeId": "0d2dfb29-e56a-496b-8f68-c29998b9c8cf",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T04:55:29.0826302+00:00",
    "updatedDateUtc": "2026-03-14T04:55:29.0826302+00:00"
  },
  {
    "integrationId": "34b88f77-88de-4259-999a-e6418c7ea47a",
    "tenantId": "a9f64d01-2eac-414c-ad98-8b4bf0494f87",
    "applicationId": "6bb9553d-227a-499c-9a0a-d094abd76bbb",
    "integrationTypeId": "0d2dfb29-e56a-496b-8f68-c29998b9c8cf",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T04:55:29.0826302+00:00",
    "updatedDateUtc": "2026-03-14T04:55:29.0826302+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-03-14T04:55:29.0826302+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T04:55:29.0826302+00:00</UpdatedDateUtc>
    <ApplicationId>6bb9553d-227a-499c-9a0a-d094abd76bbb</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>34b88f77-88de-4259-999a-e6418c7ea47a</IntegrationId>
    <IntegrationTypeId>0d2dfb29-e56a-496b-8f68-c29998b9c8cf</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9f64d01-2eac-414c-ad98-8b4bf0494f87</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-14T04:55:29.0826302+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T04:55:29.0826302+00:00</UpdatedDateUtc>
    <ApplicationId>6bb9553d-227a-499c-9a0a-d094abd76bbb</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>34b88f77-88de-4259-999a-e6418c7ea47a</IntegrationId>
    <IntegrationTypeId>0d2dfb29-e56a-496b-8f68-c29998b9c8cf</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9f64d01-2eac-414c-ad98-8b4bf0494f87</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-14T04:55:29.0826302+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T04:55:29.0826302+00:00</UpdatedDateUtc>
    <ApplicationId>6bb9553d-227a-499c-9a0a-d094abd76bbb</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>34b88f77-88de-4259-999a-e6418c7ea47a</IntegrationId>
    <IntegrationTypeId>0d2dfb29-e56a-496b-8f68-c29998b9c8cf</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9f64d01-2eac-414c-ad98-8b4bf0494f87</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>