Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "970a39aa-25f9-4d0e-bf44-2d50fee6193f",
    "tenantId": "d4a55a44-f202-4d0a-bae2-3957e89442b0",
    "applicationId": "1decbd66-6412-4093-918d-fa818770c577",
    "integrationTypeId": "df3362c1-d4ad-4cac-8354-b8f36ca8e8b9",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-22T15:31:40.1664229+00:00",
    "updatedDateUtc": "2026-06-22T15:31:40.1664229+00:00"
  },
  {
    "integrationId": "970a39aa-25f9-4d0e-bf44-2d50fee6193f",
    "tenantId": "d4a55a44-f202-4d0a-bae2-3957e89442b0",
    "applicationId": "1decbd66-6412-4093-918d-fa818770c577",
    "integrationTypeId": "df3362c1-d4ad-4cac-8354-b8f36ca8e8b9",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-22T15:31:40.1664229+00:00",
    "updatedDateUtc": "2026-06-22T15:31:40.1664229+00:00"
  },
  {
    "integrationId": "970a39aa-25f9-4d0e-bf44-2d50fee6193f",
    "tenantId": "d4a55a44-f202-4d0a-bae2-3957e89442b0",
    "applicationId": "1decbd66-6412-4093-918d-fa818770c577",
    "integrationTypeId": "df3362c1-d4ad-4cac-8354-b8f36ca8e8b9",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-06-22T15:31:40.1664229+00:00",
    "updatedDateUtc": "2026-06-22T15:31:40.1664229+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-22T15:31:40.1664229+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T15:31:40.1664229+00:00</UpdatedDateUtc>
    <ApplicationId>1decbd66-6412-4093-918d-fa818770c577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>970a39aa-25f9-4d0e-bf44-2d50fee6193f</IntegrationId>
    <IntegrationTypeId>df3362c1-d4ad-4cac-8354-b8f36ca8e8b9</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d4a55a44-f202-4d0a-bae2-3957e89442b0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-22T15:31:40.1664229+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T15:31:40.1664229+00:00</UpdatedDateUtc>
    <ApplicationId>1decbd66-6412-4093-918d-fa818770c577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>970a39aa-25f9-4d0e-bf44-2d50fee6193f</IntegrationId>
    <IntegrationTypeId>df3362c1-d4ad-4cac-8354-b8f36ca8e8b9</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d4a55a44-f202-4d0a-bae2-3957e89442b0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-06-22T15:31:40.1664229+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T15:31:40.1664229+00:00</UpdatedDateUtc>
    <ApplicationId>1decbd66-6412-4093-918d-fa818770c577</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>970a39aa-25f9-4d0e-bf44-2d50fee6193f</IntegrationId>
    <IntegrationTypeId>df3362c1-d4ad-4cac-8354-b8f36ca8e8b9</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d4a55a44-f202-4d0a-bae2-3957e89442b0</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>