Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "017fd3f1-e3ea-4c5c-90bb-17b9a66f0951",
    "tenantId": "6bf597b6-bb30-4499-9bc8-c2c2775cb8a6",
    "applicationId": "4ad365e7-5b67-4fe1-a111-04bb4062f577",
    "integrationTypeId": "d18f7012-5a1f-4d54-ad53-0c0e308e02ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T00:25:31.0765269+00:00",
    "updatedDateUtc": "2025-11-12T00:25:31.0765269+00:00"
  },
  {
    "integrationId": "017fd3f1-e3ea-4c5c-90bb-17b9a66f0951",
    "tenantId": "6bf597b6-bb30-4499-9bc8-c2c2775cb8a6",
    "applicationId": "4ad365e7-5b67-4fe1-a111-04bb4062f577",
    "integrationTypeId": "d18f7012-5a1f-4d54-ad53-0c0e308e02ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T00:25:31.0765269+00:00",
    "updatedDateUtc": "2025-11-12T00:25:31.0765269+00:00"
  },
  {
    "integrationId": "017fd3f1-e3ea-4c5c-90bb-17b9a66f0951",
    "tenantId": "6bf597b6-bb30-4499-9bc8-c2c2775cb8a6",
    "applicationId": "4ad365e7-5b67-4fe1-a111-04bb4062f577",
    "integrationTypeId": "d18f7012-5a1f-4d54-ad53-0c0e308e02ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T00:25:31.0765269+00:00",
    "updatedDateUtc": "2025-11-12T00:25:31.0765269+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>2025-11-12T00:25:31.0765269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T00:25:31.0765269+00:00</UpdatedDateUtc>
    <ApplicationId>4ad365e7-5b67-4fe1-a111-04bb4062f577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>017fd3f1-e3ea-4c5c-90bb-17b9a66f0951</IntegrationId>
    <IntegrationTypeId>d18f7012-5a1f-4d54-ad53-0c0e308e02ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6bf597b6-bb30-4499-9bc8-c2c2775cb8a6</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-11-12T00:25:31.0765269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T00:25:31.0765269+00:00</UpdatedDateUtc>
    <ApplicationId>4ad365e7-5b67-4fe1-a111-04bb4062f577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>017fd3f1-e3ea-4c5c-90bb-17b9a66f0951</IntegrationId>
    <IntegrationTypeId>d18f7012-5a1f-4d54-ad53-0c0e308e02ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6bf597b6-bb30-4499-9bc8-c2c2775cb8a6</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-11-12T00:25:31.0765269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T00:25:31.0765269+00:00</UpdatedDateUtc>
    <ApplicationId>4ad365e7-5b67-4fe1-a111-04bb4062f577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>017fd3f1-e3ea-4c5c-90bb-17b9a66f0951</IntegrationId>
    <IntegrationTypeId>d18f7012-5a1f-4d54-ad53-0c0e308e02ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6bf597b6-bb30-4499-9bc8-c2c2775cb8a6</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>