Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "fe536e5a-1524-49b2-91cb-745acc8fb7d8",
    "tenantId": "a547c400-ebf2-45da-b2df-2e2a454dfea0",
    "applicationId": "de0777c8-c854-4779-b4b2-089fa5921329",
    "integrationTypeId": "78478449-01e8-4a7d-ab18-0a7cf1b4f7b0",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-07-07T08:39:34.692867+00:00",
    "updatedDateUtc": "2025-07-07T08:39:34.692867+00:00"
  },
  {
    "integrationId": "fe536e5a-1524-49b2-91cb-745acc8fb7d8",
    "tenantId": "a547c400-ebf2-45da-b2df-2e2a454dfea0",
    "applicationId": "de0777c8-c854-4779-b4b2-089fa5921329",
    "integrationTypeId": "78478449-01e8-4a7d-ab18-0a7cf1b4f7b0",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-07-07T08:39:34.692867+00:00",
    "updatedDateUtc": "2025-07-07T08:39:34.692867+00:00"
  },
  {
    "integrationId": "fe536e5a-1524-49b2-91cb-745acc8fb7d8",
    "tenantId": "a547c400-ebf2-45da-b2df-2e2a454dfea0",
    "applicationId": "de0777c8-c854-4779-b4b2-089fa5921329",
    "integrationTypeId": "78478449-01e8-4a7d-ab18-0a7cf1b4f7b0",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2025-07-07T08:39:34.692867+00:00",
    "updatedDateUtc": "2025-07-07T08:39:34.692867+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-07-07T08:39:34.692867+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-07T08:39:34.692867+00:00</UpdatedDateUtc>
    <ApplicationId>de0777c8-c854-4779-b4b2-089fa5921329</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>fe536e5a-1524-49b2-91cb-745acc8fb7d8</IntegrationId>
    <IntegrationTypeId>78478449-01e8-4a7d-ab18-0a7cf1b4f7b0</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a547c400-ebf2-45da-b2df-2e2a454dfea0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-07-07T08:39:34.692867+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-07T08:39:34.692867+00:00</UpdatedDateUtc>
    <ApplicationId>de0777c8-c854-4779-b4b2-089fa5921329</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>fe536e5a-1524-49b2-91cb-745acc8fb7d8</IntegrationId>
    <IntegrationTypeId>78478449-01e8-4a7d-ab18-0a7cf1b4f7b0</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a547c400-ebf2-45da-b2df-2e2a454dfea0</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2025-07-07T08:39:34.692867+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-07T08:39:34.692867+00:00</UpdatedDateUtc>
    <ApplicationId>de0777c8-c854-4779-b4b2-089fa5921329</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>fe536e5a-1524-49b2-91cb-745acc8fb7d8</IntegrationId>
    <IntegrationTypeId>78478449-01e8-4a7d-ab18-0a7cf1b4f7b0</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>a547c400-ebf2-45da-b2df-2e2a454dfea0</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>