Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "7c810e1f-ea5a-491b-92f2-7b15aa5c12cf",
    "tenantId": "6ac84d3f-c298-45fe-a4f0-51e9930ce6b2",
    "applicationId": "26145af2-cb16-4355-a59f-4e3f06a55728",
    "integrationTypeId": "8a6f2893-d0fd-4b31-9e76-1af635428c96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-06-05T15:18:47.6116631+00:00",
    "updatedDateUtc": "2025-06-05T15:18:47.6116631+00:00"
  },
  {
    "integrationId": "7c810e1f-ea5a-491b-92f2-7b15aa5c12cf",
    "tenantId": "6ac84d3f-c298-45fe-a4f0-51e9930ce6b2",
    "applicationId": "26145af2-cb16-4355-a59f-4e3f06a55728",
    "integrationTypeId": "8a6f2893-d0fd-4b31-9e76-1af635428c96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-06-05T15:18:47.6116631+00:00",
    "updatedDateUtc": "2025-06-05T15:18:47.6116631+00:00"
  },
  {
    "integrationId": "7c810e1f-ea5a-491b-92f2-7b15aa5c12cf",
    "tenantId": "6ac84d3f-c298-45fe-a4f0-51e9930ce6b2",
    "applicationId": "26145af2-cb16-4355-a59f-4e3f06a55728",
    "integrationTypeId": "8a6f2893-d0fd-4b31-9e76-1af635428c96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-06-05T15:18:47.6116631+00:00",
    "updatedDateUtc": "2025-06-05T15:18:47.6116631+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-06-05T15:18:47.6116631+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-05T15:18:47.6116631+00:00</UpdatedDateUtc>
    <ApplicationId>26145af2-cb16-4355-a59f-4e3f06a55728</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>7c810e1f-ea5a-491b-92f2-7b15aa5c12cf</IntegrationId>
    <IntegrationTypeId>8a6f2893-d0fd-4b31-9e76-1af635428c96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ac84d3f-c298-45fe-a4f0-51e9930ce6b2</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-06-05T15:18:47.6116631+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-05T15:18:47.6116631+00:00</UpdatedDateUtc>
    <ApplicationId>26145af2-cb16-4355-a59f-4e3f06a55728</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>7c810e1f-ea5a-491b-92f2-7b15aa5c12cf</IntegrationId>
    <IntegrationTypeId>8a6f2893-d0fd-4b31-9e76-1af635428c96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ac84d3f-c298-45fe-a4f0-51e9930ce6b2</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-06-05T15:18:47.6116631+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-05T15:18:47.6116631+00:00</UpdatedDateUtc>
    <ApplicationId>26145af2-cb16-4355-a59f-4e3f06a55728</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>7c810e1f-ea5a-491b-92f2-7b15aa5c12cf</IntegrationId>
    <IntegrationTypeId>8a6f2893-d0fd-4b31-9e76-1af635428c96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ac84d3f-c298-45fe-a4f0-51e9930ce6b2</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>