Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "e2533bb5-1c0f-4e96-8185-c6cde2744c21",
    "tenantId": "8a847d02-961e-48dc-9f58-d00d5f21ba59",
    "applicationId": "e662fc0e-e769-4147-b621-4e6c4d6f62ab",
    "integrationTypeId": "47390008-1f72-4657-9a11-2ad2e83a42ae",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T03:52:30.912793+00:00",
    "updatedDateUtc": "2025-11-12T03:52:30.912793+00:00"
  },
  {
    "integrationId": "e2533bb5-1c0f-4e96-8185-c6cde2744c21",
    "tenantId": "8a847d02-961e-48dc-9f58-d00d5f21ba59",
    "applicationId": "e662fc0e-e769-4147-b621-4e6c4d6f62ab",
    "integrationTypeId": "47390008-1f72-4657-9a11-2ad2e83a42ae",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T03:52:30.912793+00:00",
    "updatedDateUtc": "2025-11-12T03:52:30.912793+00:00"
  },
  {
    "integrationId": "e2533bb5-1c0f-4e96-8185-c6cde2744c21",
    "tenantId": "8a847d02-961e-48dc-9f58-d00d5f21ba59",
    "applicationId": "e662fc0e-e769-4147-b621-4e6c4d6f62ab",
    "integrationTypeId": "47390008-1f72-4657-9a11-2ad2e83a42ae",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-11-12T03:52:30.912793+00:00",
    "updatedDateUtc": "2025-11-12T03:52:30.912793+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-11-12T03:52:30.912793+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T03:52:30.912793+00:00</UpdatedDateUtc>
    <ApplicationId>e662fc0e-e769-4147-b621-4e6c4d6f62ab</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e2533bb5-1c0f-4e96-8185-c6cde2744c21</IntegrationId>
    <IntegrationTypeId>47390008-1f72-4657-9a11-2ad2e83a42ae</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>8a847d02-961e-48dc-9f58-d00d5f21ba59</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-11-12T03:52:30.912793+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T03:52:30.912793+00:00</UpdatedDateUtc>
    <ApplicationId>e662fc0e-e769-4147-b621-4e6c4d6f62ab</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e2533bb5-1c0f-4e96-8185-c6cde2744c21</IntegrationId>
    <IntegrationTypeId>47390008-1f72-4657-9a11-2ad2e83a42ae</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>8a847d02-961e-48dc-9f58-d00d5f21ba59</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-11-12T03:52:30.912793+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T03:52:30.912793+00:00</UpdatedDateUtc>
    <ApplicationId>e662fc0e-e769-4147-b621-4e6c4d6f62ab</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>e2533bb5-1c0f-4e96-8185-c6cde2744c21</IntegrationId>
    <IntegrationTypeId>47390008-1f72-4657-9a11-2ad2e83a42ae</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>8a847d02-961e-48dc-9f58-d00d5f21ba59</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>