Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "07dc2a91-394f-4563-8b34-0a089d8e7b75",
    "tenantId": "d6e8761b-c4a8-4a5b-8559-7cfc012fdea3",
    "applicationId": "5c89d002-f814-4cc1-bead-f3d8fe732070",
    "integrationTypeId": "c3ad1e85-ec60-43db-9d27-2bd833513bb8",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-04-21T01:25:06.7023654+00:00",
    "updatedDateUtc": "2025-04-21T01:25:06.7023654+00:00"
  },
  {
    "integrationId": "07dc2a91-394f-4563-8b34-0a089d8e7b75",
    "tenantId": "d6e8761b-c4a8-4a5b-8559-7cfc012fdea3",
    "applicationId": "5c89d002-f814-4cc1-bead-f3d8fe732070",
    "integrationTypeId": "c3ad1e85-ec60-43db-9d27-2bd833513bb8",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-04-21T01:25:06.7023654+00:00",
    "updatedDateUtc": "2025-04-21T01:25:06.7023654+00:00"
  },
  {
    "integrationId": "07dc2a91-394f-4563-8b34-0a089d8e7b75",
    "tenantId": "d6e8761b-c4a8-4a5b-8559-7cfc012fdea3",
    "applicationId": "5c89d002-f814-4cc1-bead-f3d8fe732070",
    "integrationTypeId": "c3ad1e85-ec60-43db-9d27-2bd833513bb8",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-04-21T01:25:06.7023654+00:00",
    "updatedDateUtc": "2025-04-21T01:25:06.7023654+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-04-21T01:25:06.7023654+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:25:06.7023654+00:00</UpdatedDateUtc>
    <ApplicationId>5c89d002-f814-4cc1-bead-f3d8fe732070</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>07dc2a91-394f-4563-8b34-0a089d8e7b75</IntegrationId>
    <IntegrationTypeId>c3ad1e85-ec60-43db-9d27-2bd833513bb8</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d6e8761b-c4a8-4a5b-8559-7cfc012fdea3</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-04-21T01:25:06.7023654+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:25:06.7023654+00:00</UpdatedDateUtc>
    <ApplicationId>5c89d002-f814-4cc1-bead-f3d8fe732070</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>07dc2a91-394f-4563-8b34-0a089d8e7b75</IntegrationId>
    <IntegrationTypeId>c3ad1e85-ec60-43db-9d27-2bd833513bb8</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d6e8761b-c4a8-4a5b-8559-7cfc012fdea3</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-04-21T01:25:06.7023654+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:25:06.7023654+00:00</UpdatedDateUtc>
    <ApplicationId>5c89d002-f814-4cc1-bead-f3d8fe732070</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>07dc2a91-394f-4563-8b34-0a089d8e7b75</IntegrationId>
    <IntegrationTypeId>c3ad1e85-ec60-43db-9d27-2bd833513bb8</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>d6e8761b-c4a8-4a5b-8559-7cfc012fdea3</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>