Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "0317f971-25c7-4149-881d-efbef7261ee8",
    "tenantId": "f4ca1087-4280-42d1-9060-ca02b8db83d0",
    "applicationId": "a6b69a20-d8ef-4317-892c-9bccd0d7b5f1",
    "integrationTypeId": "26aae8a0-ade7-4899-8e49-45d60939f90d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-24T15:35:56.4726397+00:00",
    "updatedDateUtc": "2026-04-24T15:35:56.4726397+00:00"
  },
  {
    "integrationId": "0317f971-25c7-4149-881d-efbef7261ee8",
    "tenantId": "f4ca1087-4280-42d1-9060-ca02b8db83d0",
    "applicationId": "a6b69a20-d8ef-4317-892c-9bccd0d7b5f1",
    "integrationTypeId": "26aae8a0-ade7-4899-8e49-45d60939f90d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-24T15:35:56.4726397+00:00",
    "updatedDateUtc": "2026-04-24T15:35:56.4726397+00:00"
  },
  {
    "integrationId": "0317f971-25c7-4149-881d-efbef7261ee8",
    "tenantId": "f4ca1087-4280-42d1-9060-ca02b8db83d0",
    "applicationId": "a6b69a20-d8ef-4317-892c-9bccd0d7b5f1",
    "integrationTypeId": "26aae8a0-ade7-4899-8e49-45d60939f90d",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-24T15:35:56.4726397+00:00",
    "updatedDateUtc": "2026-04-24T15:35:56.4726397+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-04-24T15:35:56.4726397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T15:35:56.4726397+00:00</UpdatedDateUtc>
    <ApplicationId>a6b69a20-d8ef-4317-892c-9bccd0d7b5f1</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0317f971-25c7-4149-881d-efbef7261ee8</IntegrationId>
    <IntegrationTypeId>26aae8a0-ade7-4899-8e49-45d60939f90d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f4ca1087-4280-42d1-9060-ca02b8db83d0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-24T15:35:56.4726397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T15:35:56.4726397+00:00</UpdatedDateUtc>
    <ApplicationId>a6b69a20-d8ef-4317-892c-9bccd0d7b5f1</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0317f971-25c7-4149-881d-efbef7261ee8</IntegrationId>
    <IntegrationTypeId>26aae8a0-ade7-4899-8e49-45d60939f90d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f4ca1087-4280-42d1-9060-ca02b8db83d0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-24T15:35:56.4726397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T15:35:56.4726397+00:00</UpdatedDateUtc>
    <ApplicationId>a6b69a20-d8ef-4317-892c-9bccd0d7b5f1</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0317f971-25c7-4149-881d-efbef7261ee8</IntegrationId>
    <IntegrationTypeId>26aae8a0-ade7-4899-8e49-45d60939f90d</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f4ca1087-4280-42d1-9060-ca02b8db83d0</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>