Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "ef98196c-a56c-4dfd-8b20-120fe054e68d",
    "tenantId": "72ccd173-540a-4fbc-aa9e-5acc79e68a0d",
    "applicationId": "74a9fbf1-1c64-4fc1-9a09-2a540c22b333",
    "integrationTypeId": "7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-06T21:13:23.0166151+00:00",
    "updatedDateUtc": "2026-02-06T21:13:23.0166151+00:00"
  },
  {
    "integrationId": "ef98196c-a56c-4dfd-8b20-120fe054e68d",
    "tenantId": "72ccd173-540a-4fbc-aa9e-5acc79e68a0d",
    "applicationId": "74a9fbf1-1c64-4fc1-9a09-2a540c22b333",
    "integrationTypeId": "7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-06T21:13:23.0166151+00:00",
    "updatedDateUtc": "2026-02-06T21:13:23.0166151+00:00"
  },
  {
    "integrationId": "ef98196c-a56c-4dfd-8b20-120fe054e68d",
    "tenantId": "72ccd173-540a-4fbc-aa9e-5acc79e68a0d",
    "applicationId": "74a9fbf1-1c64-4fc1-9a09-2a540c22b333",
    "integrationTypeId": "7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-02-06T21:13:23.0166151+00:00",
    "updatedDateUtc": "2026-02-06T21:13:23.0166151+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-02-06T21:13:23.0166151+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T21:13:23.0166151+00:00</UpdatedDateUtc>
    <ApplicationId>74a9fbf1-1c64-4fc1-9a09-2a540c22b333</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>ef98196c-a56c-4dfd-8b20-120fe054e68d</IntegrationId>
    <IntegrationTypeId>7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>72ccd173-540a-4fbc-aa9e-5acc79e68a0d</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-06T21:13:23.0166151+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T21:13:23.0166151+00:00</UpdatedDateUtc>
    <ApplicationId>74a9fbf1-1c64-4fc1-9a09-2a540c22b333</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>ef98196c-a56c-4dfd-8b20-120fe054e68d</IntegrationId>
    <IntegrationTypeId>7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>72ccd173-540a-4fbc-aa9e-5acc79e68a0d</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-02-06T21:13:23.0166151+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T21:13:23.0166151+00:00</UpdatedDateUtc>
    <ApplicationId>74a9fbf1-1c64-4fc1-9a09-2a540c22b333</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>ef98196c-a56c-4dfd-8b20-120fe054e68d</IntegrationId>
    <IntegrationTypeId>7d3b7e4f-eb93-40f4-a61a-c94cf1ce63a4</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>72ccd173-540a-4fbc-aa9e-5acc79e68a0d</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>