Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390",
    "tenantId": "ceb58937-23b2-44ab-918c-5f2fed943ed5",
    "applicationId": "25293b9e-98d0-4198-83ac-1f677ef869d8",
    "integrationTypeId": "191d0d05-b175-4335-9c34-c92aa86b2888",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T01:45:54.4380107+00:00",
    "updatedDateUtc": "2026-03-14T01:45:54.4380107+00:00"
  },
  {
    "integrationId": "bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390",
    "tenantId": "ceb58937-23b2-44ab-918c-5f2fed943ed5",
    "applicationId": "25293b9e-98d0-4198-83ac-1f677ef869d8",
    "integrationTypeId": "191d0d05-b175-4335-9c34-c92aa86b2888",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T01:45:54.4380107+00:00",
    "updatedDateUtc": "2026-03-14T01:45:54.4380107+00:00"
  },
  {
    "integrationId": "bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390",
    "tenantId": "ceb58937-23b2-44ab-918c-5f2fed943ed5",
    "applicationId": "25293b9e-98d0-4198-83ac-1f677ef869d8",
    "integrationTypeId": "191d0d05-b175-4335-9c34-c92aa86b2888",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-14T01:45:54.4380107+00:00",
    "updatedDateUtc": "2026-03-14T01:45:54.4380107+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-14T01:45:54.4380107+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T01:45:54.4380107+00:00</UpdatedDateUtc>
    <ApplicationId>25293b9e-98d0-4198-83ac-1f677ef869d8</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390</IntegrationId>
    <IntegrationTypeId>191d0d05-b175-4335-9c34-c92aa86b2888</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ceb58937-23b2-44ab-918c-5f2fed943ed5</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-14T01:45:54.4380107+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T01:45:54.4380107+00:00</UpdatedDateUtc>
    <ApplicationId>25293b9e-98d0-4198-83ac-1f677ef869d8</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390</IntegrationId>
    <IntegrationTypeId>191d0d05-b175-4335-9c34-c92aa86b2888</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ceb58937-23b2-44ab-918c-5f2fed943ed5</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-14T01:45:54.4380107+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T01:45:54.4380107+00:00</UpdatedDateUtc>
    <ApplicationId>25293b9e-98d0-4198-83ac-1f677ef869d8</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>bf9f4e17-0cf4-46ec-a1b3-6cfd2fdc1390</IntegrationId>
    <IntegrationTypeId>191d0d05-b175-4335-9c34-c92aa86b2888</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ceb58937-23b2-44ab-918c-5f2fed943ed5</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>