Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "bf4a6f76-da44-41f2-984e-9499e7c17c0f",
    "tenantId": "a9c02f38-edc5-4f06-8e0d-9273b3a80f90",
    "applicationId": "4bc048f7-2e80-4c77-99e4-0f8274701842",
    "integrationTypeId": "7c44a279-7cd6-497f-8843-f16afef1f576",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-21T01:09:38.7094097+00:00",
    "updatedDateUtc": "2026-07-21T01:09:38.7094097+00:00"
  },
  {
    "integrationId": "bf4a6f76-da44-41f2-984e-9499e7c17c0f",
    "tenantId": "a9c02f38-edc5-4f06-8e0d-9273b3a80f90",
    "applicationId": "4bc048f7-2e80-4c77-99e4-0f8274701842",
    "integrationTypeId": "7c44a279-7cd6-497f-8843-f16afef1f576",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-21T01:09:38.7094097+00:00",
    "updatedDateUtc": "2026-07-21T01:09:38.7094097+00:00"
  },
  {
    "integrationId": "bf4a6f76-da44-41f2-984e-9499e7c17c0f",
    "tenantId": "a9c02f38-edc5-4f06-8e0d-9273b3a80f90",
    "applicationId": "4bc048f7-2e80-4c77-99e4-0f8274701842",
    "integrationTypeId": "7c44a279-7cd6-497f-8843-f16afef1f576",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-07-21T01:09:38.7094097+00:00",
    "updatedDateUtc": "2026-07-21T01:09:38.7094097+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-07-21T01:09:38.7094097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T01:09:38.7094097+00:00</UpdatedDateUtc>
    <ApplicationId>4bc048f7-2e80-4c77-99e4-0f8274701842</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf4a6f76-da44-41f2-984e-9499e7c17c0f</IntegrationId>
    <IntegrationTypeId>7c44a279-7cd6-497f-8843-f16afef1f576</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9c02f38-edc5-4f06-8e0d-9273b3a80f90</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-07-21T01:09:38.7094097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T01:09:38.7094097+00:00</UpdatedDateUtc>
    <ApplicationId>4bc048f7-2e80-4c77-99e4-0f8274701842</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf4a6f76-da44-41f2-984e-9499e7c17c0f</IntegrationId>
    <IntegrationTypeId>7c44a279-7cd6-497f-8843-f16afef1f576</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9c02f38-edc5-4f06-8e0d-9273b3a80f90</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-07-21T01:09:38.7094097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T01:09:38.7094097+00:00</UpdatedDateUtc>
    <ApplicationId>4bc048f7-2e80-4c77-99e4-0f8274701842</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf4a6f76-da44-41f2-984e-9499e7c17c0f</IntegrationId>
    <IntegrationTypeId>7c44a279-7cd6-497f-8843-f16afef1f576</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a9c02f38-edc5-4f06-8e0d-9273b3a80f90</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>