Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "b578166e-51d0-4d59-acfc-e855dce3deb7",
    "tenantId": "5d5f550a-cd71-4dc3-ac9f-441118e3e26a",
    "applicationId": "1672f221-c5fb-42b1-b3bd-5de2def00344",
    "integrationTypeId": "c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-02T20:21:25.44727+00:00",
    "updatedDateUtc": "2026-09-02T20:21:25.44727+00:00"
  },
  {
    "integrationId": "b578166e-51d0-4d59-acfc-e855dce3deb7",
    "tenantId": "5d5f550a-cd71-4dc3-ac9f-441118e3e26a",
    "applicationId": "1672f221-c5fb-42b1-b3bd-5de2def00344",
    "integrationTypeId": "c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-02T20:21:25.44727+00:00",
    "updatedDateUtc": "2026-09-02T20:21:25.44727+00:00"
  },
  {
    "integrationId": "b578166e-51d0-4d59-acfc-e855dce3deb7",
    "tenantId": "5d5f550a-cd71-4dc3-ac9f-441118e3e26a",
    "applicationId": "1672f221-c5fb-42b1-b3bd-5de2def00344",
    "integrationTypeId": "c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-09-02T20:21:25.44727+00:00",
    "updatedDateUtc": "2026-09-02T20:21:25.44727+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-09-02T20:21:25.44727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T20:21:25.44727+00:00</UpdatedDateUtc>
    <ApplicationId>1672f221-c5fb-42b1-b3bd-5de2def00344</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b578166e-51d0-4d59-acfc-e855dce3deb7</IntegrationId>
    <IntegrationTypeId>c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>5d5f550a-cd71-4dc3-ac9f-441118e3e26a</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-09-02T20:21:25.44727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T20:21:25.44727+00:00</UpdatedDateUtc>
    <ApplicationId>1672f221-c5fb-42b1-b3bd-5de2def00344</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b578166e-51d0-4d59-acfc-e855dce3deb7</IntegrationId>
    <IntegrationTypeId>c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>5d5f550a-cd71-4dc3-ac9f-441118e3e26a</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-09-02T20:21:25.44727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T20:21:25.44727+00:00</UpdatedDateUtc>
    <ApplicationId>1672f221-c5fb-42b1-b3bd-5de2def00344</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b578166e-51d0-4d59-acfc-e855dce3deb7</IntegrationId>
    <IntegrationTypeId>c8b0afcc-ffdf-4df2-8ff6-49e04d8e5cb4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>5d5f550a-cd71-4dc3-ac9f-441118e3e26a</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>