Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "c9b65464-8803-4a4b-b48b-aa9f4f65977d",
    "tenantId": "0bbac2eb-dd71-44bc-adef-3551ab14ab88",
    "applicationId": "d0384052-39ce-49f9-8c2c-45b49a6e2f7c",
    "integrationTypeId": "3c6a055b-e211-4908-a9d4-8d39478ee2c2",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-16T03:39:32.7980683+00:00",
    "updatedDateUtc": "2026-03-16T03:39:32.7980683+00:00"
  },
  {
    "integrationId": "c9b65464-8803-4a4b-b48b-aa9f4f65977d",
    "tenantId": "0bbac2eb-dd71-44bc-adef-3551ab14ab88",
    "applicationId": "d0384052-39ce-49f9-8c2c-45b49a6e2f7c",
    "integrationTypeId": "3c6a055b-e211-4908-a9d4-8d39478ee2c2",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-16T03:39:32.7980683+00:00",
    "updatedDateUtc": "2026-03-16T03:39:32.7980683+00:00"
  },
  {
    "integrationId": "c9b65464-8803-4a4b-b48b-aa9f4f65977d",
    "tenantId": "0bbac2eb-dd71-44bc-adef-3551ab14ab88",
    "applicationId": "d0384052-39ce-49f9-8c2c-45b49a6e2f7c",
    "integrationTypeId": "3c6a055b-e211-4908-a9d4-8d39478ee2c2",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-16T03:39:32.7980683+00:00",
    "updatedDateUtc": "2026-03-16T03:39:32.7980683+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-03-16T03:39:32.7980683+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T03:39:32.7980683+00:00</UpdatedDateUtc>
    <ApplicationId>d0384052-39ce-49f9-8c2c-45b49a6e2f7c</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c9b65464-8803-4a4b-b48b-aa9f4f65977d</IntegrationId>
    <IntegrationTypeId>3c6a055b-e211-4908-a9d4-8d39478ee2c2</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0bbac2eb-dd71-44bc-adef-3551ab14ab88</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-16T03:39:32.7980683+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T03:39:32.7980683+00:00</UpdatedDateUtc>
    <ApplicationId>d0384052-39ce-49f9-8c2c-45b49a6e2f7c</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c9b65464-8803-4a4b-b48b-aa9f4f65977d</IntegrationId>
    <IntegrationTypeId>3c6a055b-e211-4908-a9d4-8d39478ee2c2</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0bbac2eb-dd71-44bc-adef-3551ab14ab88</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-16T03:39:32.7980683+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T03:39:32.7980683+00:00</UpdatedDateUtc>
    <ApplicationId>d0384052-39ce-49f9-8c2c-45b49a6e2f7c</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c9b65464-8803-4a4b-b48b-aa9f4f65977d</IntegrationId>
    <IntegrationTypeId>3c6a055b-e211-4908-a9d4-8d39478ee2c2</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>0bbac2eb-dd71-44bc-adef-3551ab14ab88</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>