Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "9ab62610-d033-476f-a47f-72e4d9e6ee8e",
    "tenantId": "ca95de7c-7734-49a5-9d0a-dc82b84bb916",
    "applicationId": "aefb2567-7f81-4451-ac37-18b020db8fd2",
    "integrationTypeId": "1576f0a5-1b3f-410b-be71-26dc5b61271e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-02T06:12:47.779719+00:00",
    "updatedDateUtc": "2026-08-02T06:12:47.779719+00:00"
  },
  {
    "integrationId": "9ab62610-d033-476f-a47f-72e4d9e6ee8e",
    "tenantId": "ca95de7c-7734-49a5-9d0a-dc82b84bb916",
    "applicationId": "aefb2567-7f81-4451-ac37-18b020db8fd2",
    "integrationTypeId": "1576f0a5-1b3f-410b-be71-26dc5b61271e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-02T06:12:47.779719+00:00",
    "updatedDateUtc": "2026-08-02T06:12:47.779719+00:00"
  },
  {
    "integrationId": "9ab62610-d033-476f-a47f-72e4d9e6ee8e",
    "tenantId": "ca95de7c-7734-49a5-9d0a-dc82b84bb916",
    "applicationId": "aefb2567-7f81-4451-ac37-18b020db8fd2",
    "integrationTypeId": "1576f0a5-1b3f-410b-be71-26dc5b61271e",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-08-02T06:12:47.779719+00:00",
    "updatedDateUtc": "2026-08-02T06:12:47.779719+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-08-02T06:12:47.779719+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T06:12:47.779719+00:00</UpdatedDateUtc>
    <ApplicationId>aefb2567-7f81-4451-ac37-18b020db8fd2</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>9ab62610-d033-476f-a47f-72e4d9e6ee8e</IntegrationId>
    <IntegrationTypeId>1576f0a5-1b3f-410b-be71-26dc5b61271e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ca95de7c-7734-49a5-9d0a-dc82b84bb916</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-02T06:12:47.779719+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T06:12:47.779719+00:00</UpdatedDateUtc>
    <ApplicationId>aefb2567-7f81-4451-ac37-18b020db8fd2</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>9ab62610-d033-476f-a47f-72e4d9e6ee8e</IntegrationId>
    <IntegrationTypeId>1576f0a5-1b3f-410b-be71-26dc5b61271e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ca95de7c-7734-49a5-9d0a-dc82b84bb916</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-08-02T06:12:47.779719+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T06:12:47.779719+00:00</UpdatedDateUtc>
    <ApplicationId>aefb2567-7f81-4451-ac37-18b020db8fd2</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>9ab62610-d033-476f-a47f-72e4d9e6ee8e</IntegrationId>
    <IntegrationTypeId>1576f0a5-1b3f-410b-be71-26dc5b61271e</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>ca95de7c-7734-49a5-9d0a-dc82b84bb916</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>