Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "548f775d-8ed2-4995-b3ce-0af0922906f1",
    "tenantId": "44a3a661-58e5-4601-a997-09bd559aeb9c",
    "applicationId": "56ec088a-40b3-4242-98a2-40f3970b1ff6",
    "integrationTypeId": "fec245c2-45eb-4c73-b600-8e78187d7b5c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-05-29T19:43:31.9939036+00:00",
    "updatedDateUtc": "2026-05-29T19:43:31.9939036+00:00"
  },
  {
    "integrationId": "548f775d-8ed2-4995-b3ce-0af0922906f1",
    "tenantId": "44a3a661-58e5-4601-a997-09bd559aeb9c",
    "applicationId": "56ec088a-40b3-4242-98a2-40f3970b1ff6",
    "integrationTypeId": "fec245c2-45eb-4c73-b600-8e78187d7b5c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-05-29T19:43:31.9939036+00:00",
    "updatedDateUtc": "2026-05-29T19:43:31.9939036+00:00"
  },
  {
    "integrationId": "548f775d-8ed2-4995-b3ce-0af0922906f1",
    "tenantId": "44a3a661-58e5-4601-a997-09bd559aeb9c",
    "applicationId": "56ec088a-40b3-4242-98a2-40f3970b1ff6",
    "integrationTypeId": "fec245c2-45eb-4c73-b600-8e78187d7b5c",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-05-29T19:43:31.9939036+00:00",
    "updatedDateUtc": "2026-05-29T19:43:31.9939036+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-05-29T19:43:31.9939036+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-29T19:43:31.9939036+00:00</UpdatedDateUtc>
    <ApplicationId>56ec088a-40b3-4242-98a2-40f3970b1ff6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>548f775d-8ed2-4995-b3ce-0af0922906f1</IntegrationId>
    <IntegrationTypeId>fec245c2-45eb-4c73-b600-8e78187d7b5c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>44a3a661-58e5-4601-a997-09bd559aeb9c</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-05-29T19:43:31.9939036+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-29T19:43:31.9939036+00:00</UpdatedDateUtc>
    <ApplicationId>56ec088a-40b3-4242-98a2-40f3970b1ff6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>548f775d-8ed2-4995-b3ce-0af0922906f1</IntegrationId>
    <IntegrationTypeId>fec245c2-45eb-4c73-b600-8e78187d7b5c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>44a3a661-58e5-4601-a997-09bd559aeb9c</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-05-29T19:43:31.9939036+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-29T19:43:31.9939036+00:00</UpdatedDateUtc>
    <ApplicationId>56ec088a-40b3-4242-98a2-40f3970b1ff6</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>548f775d-8ed2-4995-b3ce-0af0922906f1</IntegrationId>
    <IntegrationTypeId>fec245c2-45eb-4c73-b600-8e78187d7b5c</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>44a3a661-58e5-4601-a997-09bd559aeb9c</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>