Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "0c53f622-b9c0-4b96-82b8-50d8a0c35cc7",
    "tenantId": "799a656a-233b-415c-862a-11bcd5323ec0",
    "applicationId": "57f0e2c1-68c9-410a-8c5c-37f3048bb1af",
    "integrationTypeId": "34228d71-c710-4549-9660-1ad4ee47eb96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-29T09:15:00.6356883+00:00",
    "updatedDateUtc": "2026-03-29T09:15:00.6356883+00:00"
  },
  {
    "integrationId": "0c53f622-b9c0-4b96-82b8-50d8a0c35cc7",
    "tenantId": "799a656a-233b-415c-862a-11bcd5323ec0",
    "applicationId": "57f0e2c1-68c9-410a-8c5c-37f3048bb1af",
    "integrationTypeId": "34228d71-c710-4549-9660-1ad4ee47eb96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-29T09:15:00.6356883+00:00",
    "updatedDateUtc": "2026-03-29T09:15:00.6356883+00:00"
  },
  {
    "integrationId": "0c53f622-b9c0-4b96-82b8-50d8a0c35cc7",
    "tenantId": "799a656a-233b-415c-862a-11bcd5323ec0",
    "applicationId": "57f0e2c1-68c9-410a-8c5c-37f3048bb1af",
    "integrationTypeId": "34228d71-c710-4549-9660-1ad4ee47eb96",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-29T09:15:00.6356883+00:00",
    "updatedDateUtc": "2026-03-29T09:15:00.6356883+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-03-29T09:15:00.6356883+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T09:15:00.6356883+00:00</UpdatedDateUtc>
    <ApplicationId>57f0e2c1-68c9-410a-8c5c-37f3048bb1af</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0c53f622-b9c0-4b96-82b8-50d8a0c35cc7</IntegrationId>
    <IntegrationTypeId>34228d71-c710-4549-9660-1ad4ee47eb96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>799a656a-233b-415c-862a-11bcd5323ec0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-29T09:15:00.6356883+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T09:15:00.6356883+00:00</UpdatedDateUtc>
    <ApplicationId>57f0e2c1-68c9-410a-8c5c-37f3048bb1af</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0c53f622-b9c0-4b96-82b8-50d8a0c35cc7</IntegrationId>
    <IntegrationTypeId>34228d71-c710-4549-9660-1ad4ee47eb96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>799a656a-233b-415c-862a-11bcd5323ec0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-29T09:15:00.6356883+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T09:15:00.6356883+00:00</UpdatedDateUtc>
    <ApplicationId>57f0e2c1-68c9-410a-8c5c-37f3048bb1af</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>0c53f622-b9c0-4b96-82b8-50d8a0c35cc7</IntegrationId>
    <IntegrationTypeId>34228d71-c710-4549-9660-1ad4ee47eb96</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>799a656a-233b-415c-862a-11bcd5323ec0</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>