Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "b1c48826-8fd9-4617-8392-cea66bd2a1bd",
    "tenantId": "074a9f02-e7a8-41b6-9262-d8a4bf14866a",
    "applicationId": "f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f",
    "integrationTypeId": "9e328e71-6bf0-48f8-8c45-abcd42571e7e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-08T12:12:25.4502972+00:00",
    "updatedDateUtc": "2026-06-08T12:12:25.4502972+00:00"
  },
  {
    "integrationId": "b1c48826-8fd9-4617-8392-cea66bd2a1bd",
    "tenantId": "074a9f02-e7a8-41b6-9262-d8a4bf14866a",
    "applicationId": "f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f",
    "integrationTypeId": "9e328e71-6bf0-48f8-8c45-abcd42571e7e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-08T12:12:25.4502972+00:00",
    "updatedDateUtc": "2026-06-08T12:12:25.4502972+00:00"
  },
  {
    "integrationId": "b1c48826-8fd9-4617-8392-cea66bd2a1bd",
    "tenantId": "074a9f02-e7a8-41b6-9262-d8a4bf14866a",
    "applicationId": "f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f",
    "integrationTypeId": "9e328e71-6bf0-48f8-8c45-abcd42571e7e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-08T12:12:25.4502972+00:00",
    "updatedDateUtc": "2026-06-08T12:12:25.4502972+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-06-08T12:12:25.4502972+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T12:12:25.4502972+00:00</UpdatedDateUtc>
    <ApplicationId>f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b1c48826-8fd9-4617-8392-cea66bd2a1bd</IntegrationId>
    <IntegrationTypeId>9e328e71-6bf0-48f8-8c45-abcd42571e7e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>074a9f02-e7a8-41b6-9262-d8a4bf14866a</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-08T12:12:25.4502972+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T12:12:25.4502972+00:00</UpdatedDateUtc>
    <ApplicationId>f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b1c48826-8fd9-4617-8392-cea66bd2a1bd</IntegrationId>
    <IntegrationTypeId>9e328e71-6bf0-48f8-8c45-abcd42571e7e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>074a9f02-e7a8-41b6-9262-d8a4bf14866a</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-08T12:12:25.4502972+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T12:12:25.4502972+00:00</UpdatedDateUtc>
    <ApplicationId>f847e0d8-5ae7-4ea3-b0a1-e7747e71c85f</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>b1c48826-8fd9-4617-8392-cea66bd2a1bd</IntegrationId>
    <IntegrationTypeId>9e328e71-6bf0-48f8-8c45-abcd42571e7e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>074a9f02-e7a8-41b6-9262-d8a4bf14866a</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>