Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "308f0a36-e58f-464c-9d24-0803b5aad0e2",
    "tenantId": "4d26cd8d-1927-492b-b423-1cbe0e52fc01",
    "applicationId": "cd306b39-9513-4dca-bd63-4ae745a309ed",
    "integrationTypeId": "b172dd1a-101c-4caa-b5fa-21f22d46a2ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2024-08-30T09:34:37.0066007+00:00",
    "updatedDateUtc": "2024-08-30T09:34:37.0066007+00:00"
  },
  {
    "integrationId": "308f0a36-e58f-464c-9d24-0803b5aad0e2",
    "tenantId": "4d26cd8d-1927-492b-b423-1cbe0e52fc01",
    "applicationId": "cd306b39-9513-4dca-bd63-4ae745a309ed",
    "integrationTypeId": "b172dd1a-101c-4caa-b5fa-21f22d46a2ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2024-08-30T09:34:37.0066007+00:00",
    "updatedDateUtc": "2024-08-30T09:34:37.0066007+00:00"
  },
  {
    "integrationId": "308f0a36-e58f-464c-9d24-0803b5aad0e2",
    "tenantId": "4d26cd8d-1927-492b-b423-1cbe0e52fc01",
    "applicationId": "cd306b39-9513-4dca-bd63-4ae745a309ed",
    "integrationTypeId": "b172dd1a-101c-4caa-b5fa-21f22d46a2ac",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2024-08-30T09:34:37.0066007+00:00",
    "updatedDateUtc": "2024-08-30T09:34:37.0066007+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>2024-08-30T09:34:37.0066007+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T09:34:37.0066007+00:00</UpdatedDateUtc>
    <ApplicationId>cd306b39-9513-4dca-bd63-4ae745a309ed</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>308f0a36-e58f-464c-9d24-0803b5aad0e2</IntegrationId>
    <IntegrationTypeId>b172dd1a-101c-4caa-b5fa-21f22d46a2ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4d26cd8d-1927-492b-b423-1cbe0e52fc01</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2024-08-30T09:34:37.0066007+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T09:34:37.0066007+00:00</UpdatedDateUtc>
    <ApplicationId>cd306b39-9513-4dca-bd63-4ae745a309ed</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>308f0a36-e58f-464c-9d24-0803b5aad0e2</IntegrationId>
    <IntegrationTypeId>b172dd1a-101c-4caa-b5fa-21f22d46a2ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4d26cd8d-1927-492b-b423-1cbe0e52fc01</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2024-08-30T09:34:37.0066007+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T09:34:37.0066007+00:00</UpdatedDateUtc>
    <ApplicationId>cd306b39-9513-4dca-bd63-4ae745a309ed</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>308f0a36-e58f-464c-9d24-0803b5aad0e2</IntegrationId>
    <IntegrationTypeId>b172dd1a-101c-4caa-b5fa-21f22d46a2ac</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>4d26cd8d-1927-492b-b423-1cbe0e52fc01</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>