Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "833945cd-9b70-4144-a617-30c2a334a057",
    "tenantId": "adef4b04-339b-4a5a-be9e-5bb2113924af",
    "applicationId": "0dbd0221-7972-44c5-8ab1-6e43686a7476",
    "integrationTypeId": "04d82375-327f-4216-9d1a-dec4fe3f2526",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-02T12:19:56.4319006+00:00",
    "updatedDateUtc": "2026-04-02T12:19:56.4319006+00:00"
  },
  {
    "integrationId": "833945cd-9b70-4144-a617-30c2a334a057",
    "tenantId": "adef4b04-339b-4a5a-be9e-5bb2113924af",
    "applicationId": "0dbd0221-7972-44c5-8ab1-6e43686a7476",
    "integrationTypeId": "04d82375-327f-4216-9d1a-dec4fe3f2526",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-02T12:19:56.4319006+00:00",
    "updatedDateUtc": "2026-04-02T12:19:56.4319006+00:00"
  },
  {
    "integrationId": "833945cd-9b70-4144-a617-30c2a334a057",
    "tenantId": "adef4b04-339b-4a5a-be9e-5bb2113924af",
    "applicationId": "0dbd0221-7972-44c5-8ab1-6e43686a7476",
    "integrationTypeId": "04d82375-327f-4216-9d1a-dec4fe3f2526",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-04-02T12:19:56.4319006+00:00",
    "updatedDateUtc": "2026-04-02T12:19:56.4319006+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-02T12:19:56.4319006+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T12:19:56.4319006+00:00</UpdatedDateUtc>
    <ApplicationId>0dbd0221-7972-44c5-8ab1-6e43686a7476</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>833945cd-9b70-4144-a617-30c2a334a057</IntegrationId>
    <IntegrationTypeId>04d82375-327f-4216-9d1a-dec4fe3f2526</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>adef4b04-339b-4a5a-be9e-5bb2113924af</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-02T12:19:56.4319006+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T12:19:56.4319006+00:00</UpdatedDateUtc>
    <ApplicationId>0dbd0221-7972-44c5-8ab1-6e43686a7476</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>833945cd-9b70-4144-a617-30c2a334a057</IntegrationId>
    <IntegrationTypeId>04d82375-327f-4216-9d1a-dec4fe3f2526</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>adef4b04-339b-4a5a-be9e-5bb2113924af</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-04-02T12:19:56.4319006+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T12:19:56.4319006+00:00</UpdatedDateUtc>
    <ApplicationId>0dbd0221-7972-44c5-8ab1-6e43686a7476</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>833945cd-9b70-4144-a617-30c2a334a057</IntegrationId>
    <IntegrationTypeId>04d82375-327f-4216-9d1a-dec4fe3f2526</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>adef4b04-339b-4a5a-be9e-5bb2113924af</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>