Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "f5f3dd6e-9ad9-434f-8830-d45754ca953b",
    "tenantId": "f7ad110d-dd37-44b8-9a4c-29b2c9e146b6",
    "applicationId": "76ef6904-8c1b-49d0-a43a-469420f2bf9f",
    "integrationTypeId": "e6bb00d6-c281-4ee5-9961-bec118e4f180",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-27T04:31:16.9914674+00:00",
    "updatedDateUtc": "2026-08-27T04:31:16.9914674+00:00"
  },
  {
    "integrationId": "f5f3dd6e-9ad9-434f-8830-d45754ca953b",
    "tenantId": "f7ad110d-dd37-44b8-9a4c-29b2c9e146b6",
    "applicationId": "76ef6904-8c1b-49d0-a43a-469420f2bf9f",
    "integrationTypeId": "e6bb00d6-c281-4ee5-9961-bec118e4f180",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-27T04:31:16.9914674+00:00",
    "updatedDateUtc": "2026-08-27T04:31:16.9914674+00:00"
  },
  {
    "integrationId": "f5f3dd6e-9ad9-434f-8830-d45754ca953b",
    "tenantId": "f7ad110d-dd37-44b8-9a4c-29b2c9e146b6",
    "applicationId": "76ef6904-8c1b-49d0-a43a-469420f2bf9f",
    "integrationTypeId": "e6bb00d6-c281-4ee5-9961-bec118e4f180",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-27T04:31:16.9914674+00:00",
    "updatedDateUtc": "2026-08-27T04:31:16.9914674+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-08-27T04:31:16.9914674+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:16.9914674+00:00</UpdatedDateUtc>
    <ApplicationId>76ef6904-8c1b-49d0-a43a-469420f2bf9f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f5f3dd6e-9ad9-434f-8830-d45754ca953b</IntegrationId>
    <IntegrationTypeId>e6bb00d6-c281-4ee5-9961-bec118e4f180</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f7ad110d-dd37-44b8-9a4c-29b2c9e146b6</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:16.9914674+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:16.9914674+00:00</UpdatedDateUtc>
    <ApplicationId>76ef6904-8c1b-49d0-a43a-469420f2bf9f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f5f3dd6e-9ad9-434f-8830-d45754ca953b</IntegrationId>
    <IntegrationTypeId>e6bb00d6-c281-4ee5-9961-bec118e4f180</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f7ad110d-dd37-44b8-9a4c-29b2c9e146b6</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:16.9914674+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:16.9914674+00:00</UpdatedDateUtc>
    <ApplicationId>76ef6904-8c1b-49d0-a43a-469420f2bf9f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>f5f3dd6e-9ad9-434f-8830-d45754ca953b</IntegrationId>
    <IntegrationTypeId>e6bb00d6-c281-4ee5-9961-bec118e4f180</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f7ad110d-dd37-44b8-9a4c-29b2c9e146b6</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>