Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "c0b8dd40-fa71-4aae-bcae-3aedc237f80e",
    "tenantId": "46d427cd-a0df-4475-8a7c-51ccbf19ee76",
    "applicationId": "650fb625-b250-402e-9c55-0b269119c25e",
    "integrationTypeId": "3a53da26-ed13-4911-820d-1379639cfe92",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-25T15:46:56.101342+00:00",
    "updatedDateUtc": "2025-12-25T15:46:56.101342+00:00"
  },
  {
    "integrationId": "c0b8dd40-fa71-4aae-bcae-3aedc237f80e",
    "tenantId": "46d427cd-a0df-4475-8a7c-51ccbf19ee76",
    "applicationId": "650fb625-b250-402e-9c55-0b269119c25e",
    "integrationTypeId": "3a53da26-ed13-4911-820d-1379639cfe92",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-25T15:46:56.101342+00:00",
    "updatedDateUtc": "2025-12-25T15:46:56.101342+00:00"
  },
  {
    "integrationId": "c0b8dd40-fa71-4aae-bcae-3aedc237f80e",
    "tenantId": "46d427cd-a0df-4475-8a7c-51ccbf19ee76",
    "applicationId": "650fb625-b250-402e-9c55-0b269119c25e",
    "integrationTypeId": "3a53da26-ed13-4911-820d-1379639cfe92",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-12-25T15:46:56.101342+00:00",
    "updatedDateUtc": "2025-12-25T15:46:56.101342+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>2025-12-25T15:46:56.101342+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-25T15:46:56.101342+00:00</UpdatedDateUtc>
    <ApplicationId>650fb625-b250-402e-9c55-0b269119c25e</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c0b8dd40-fa71-4aae-bcae-3aedc237f80e</IntegrationId>
    <IntegrationTypeId>3a53da26-ed13-4911-820d-1379639cfe92</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>46d427cd-a0df-4475-8a7c-51ccbf19ee76</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-25T15:46:56.101342+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-25T15:46:56.101342+00:00</UpdatedDateUtc>
    <ApplicationId>650fb625-b250-402e-9c55-0b269119c25e</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c0b8dd40-fa71-4aae-bcae-3aedc237f80e</IntegrationId>
    <IntegrationTypeId>3a53da26-ed13-4911-820d-1379639cfe92</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>46d427cd-a0df-4475-8a7c-51ccbf19ee76</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-12-25T15:46:56.101342+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-25T15:46:56.101342+00:00</UpdatedDateUtc>
    <ApplicationId>650fb625-b250-402e-9c55-0b269119c25e</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c0b8dd40-fa71-4aae-bcae-3aedc237f80e</IntegrationId>
    <IntegrationTypeId>3a53da26-ed13-4911-820d-1379639cfe92</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>46d427cd-a0df-4475-8a7c-51ccbf19ee76</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>