Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "535cadd2-bf1f-49a9-94b4-fecac3430c62",
    "tenantId": "f6a17bce-e745-494f-bf7d-c21087d92bbd",
    "applicationId": "2b29690e-3558-4f28-984a-5eee1e0c6dbc",
    "integrationTypeId": "0e779935-2a28-433c-b38d-604f461fda65",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-09T13:33:59.0844028+00:00",
    "updatedDateUtc": "2026-04-09T13:33:59.0844028+00:00"
  },
  {
    "integrationId": "535cadd2-bf1f-49a9-94b4-fecac3430c62",
    "tenantId": "f6a17bce-e745-494f-bf7d-c21087d92bbd",
    "applicationId": "2b29690e-3558-4f28-984a-5eee1e0c6dbc",
    "integrationTypeId": "0e779935-2a28-433c-b38d-604f461fda65",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-09T13:33:59.0844028+00:00",
    "updatedDateUtc": "2026-04-09T13:33:59.0844028+00:00"
  },
  {
    "integrationId": "535cadd2-bf1f-49a9-94b4-fecac3430c62",
    "tenantId": "f6a17bce-e745-494f-bf7d-c21087d92bbd",
    "applicationId": "2b29690e-3558-4f28-984a-5eee1e0c6dbc",
    "integrationTypeId": "0e779935-2a28-433c-b38d-604f461fda65",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-09T13:33:59.0844028+00:00",
    "updatedDateUtc": "2026-04-09T13:33:59.0844028+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-09T13:33:59.0844028+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-09T13:33:59.0844028+00:00</UpdatedDateUtc>
    <ApplicationId>2b29690e-3558-4f28-984a-5eee1e0c6dbc</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>535cadd2-bf1f-49a9-94b4-fecac3430c62</IntegrationId>
    <IntegrationTypeId>0e779935-2a28-433c-b38d-604f461fda65</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f6a17bce-e745-494f-bf7d-c21087d92bbd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-09T13:33:59.0844028+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-09T13:33:59.0844028+00:00</UpdatedDateUtc>
    <ApplicationId>2b29690e-3558-4f28-984a-5eee1e0c6dbc</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>535cadd2-bf1f-49a9-94b4-fecac3430c62</IntegrationId>
    <IntegrationTypeId>0e779935-2a28-433c-b38d-604f461fda65</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f6a17bce-e745-494f-bf7d-c21087d92bbd</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-09T13:33:59.0844028+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-09T13:33:59.0844028+00:00</UpdatedDateUtc>
    <ApplicationId>2b29690e-3558-4f28-984a-5eee1e0c6dbc</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>535cadd2-bf1f-49a9-94b4-fecac3430c62</IntegrationId>
    <IntegrationTypeId>0e779935-2a28-433c-b38d-604f461fda65</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>f6a17bce-e745-494f-bf7d-c21087d92bbd</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>