Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "e5d23eeb-998c-4545-9811-7dd1952870e4",
    "tenantId": "ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370",
    "applicationId": "00d92ff6-e3a3-4cd6-a4a6-544644926d5f",
    "integrationTypeId": "430b4dec-e9cd-480c-ac99-f7b3ea2a1a98",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-14T20:03:55.7730384+00:00",
    "updatedDateUtc": "2026-07-14T20:03:55.7730384+00:00"
  },
  {
    "integrationId": "e5d23eeb-998c-4545-9811-7dd1952870e4",
    "tenantId": "ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370",
    "applicationId": "00d92ff6-e3a3-4cd6-a4a6-544644926d5f",
    "integrationTypeId": "430b4dec-e9cd-480c-ac99-f7b3ea2a1a98",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-14T20:03:55.7730384+00:00",
    "updatedDateUtc": "2026-07-14T20:03:55.7730384+00:00"
  },
  {
    "integrationId": "e5d23eeb-998c-4545-9811-7dd1952870e4",
    "tenantId": "ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370",
    "applicationId": "00d92ff6-e3a3-4cd6-a4a6-544644926d5f",
    "integrationTypeId": "430b4dec-e9cd-480c-ac99-f7b3ea2a1a98",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-14T20:03:55.7730384+00:00",
    "updatedDateUtc": "2026-07-14T20:03:55.7730384+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-07-14T20:03:55.7730384+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T20:03:55.7730384+00:00</UpdatedDateUtc>
    <ApplicationId>00d92ff6-e3a3-4cd6-a4a6-544644926d5f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e5d23eeb-998c-4545-9811-7dd1952870e4</IntegrationId>
    <IntegrationTypeId>430b4dec-e9cd-480c-ac99-f7b3ea2a1a98</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-07-14T20:03:55.7730384+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T20:03:55.7730384+00:00</UpdatedDateUtc>
    <ApplicationId>00d92ff6-e3a3-4cd6-a4a6-544644926d5f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e5d23eeb-998c-4545-9811-7dd1952870e4</IntegrationId>
    <IntegrationTypeId>430b4dec-e9cd-480c-ac99-f7b3ea2a1a98</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-07-14T20:03:55.7730384+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T20:03:55.7730384+00:00</UpdatedDateUtc>
    <ApplicationId>00d92ff6-e3a3-4cd6-a4a6-544644926d5f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e5d23eeb-998c-4545-9811-7dd1952870e4</IntegrationId>
    <IntegrationTypeId>430b4dec-e9cd-480c-ac99-f7b3ea2a1a98</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ebef9c6e-7ec8-4ac6-bda2-ec4ccb1c8370</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>