Cyan Web API - Version 1


GET api/integrations

            Gets integrations within a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "integrationId": "c8523c98-4a4b-45c7-8f37-753cf8e1c8c9",
    "tenantId": "6ec98f6e-d02b-4406-9718-126ab50df9cb",
    "applicationId": "843061d0-4424-44fc-9fd5-72de9c8ae94a",
    "integrationTypeId": "c77ea737-2b0d-4dda-96a1-826a2423b3c6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T03:59:48.7024525+00:00",
    "updatedDateUtc": "2026-03-11T03:59:48.7024525+00:00"
  },
  {
    "integrationId": "c8523c98-4a4b-45c7-8f37-753cf8e1c8c9",
    "tenantId": "6ec98f6e-d02b-4406-9718-126ab50df9cb",
    "applicationId": "843061d0-4424-44fc-9fd5-72de9c8ae94a",
    "integrationTypeId": "c77ea737-2b0d-4dda-96a1-826a2423b3c6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T03:59:48.7024525+00:00",
    "updatedDateUtc": "2026-03-11T03:59:48.7024525+00:00"
  },
  {
    "integrationId": "c8523c98-4a4b-45c7-8f37-753cf8e1c8c9",
    "tenantId": "6ec98f6e-d02b-4406-9718-126ab50df9cb",
    "applicationId": "843061d0-4424-44fc-9fd5-72de9c8ae94a",
    "integrationTypeId": "c77ea737-2b0d-4dda-96a1-826a2423b3c6",
    "integrationTypeLookupKey": "sample string 5",
    "name": "sample string 6",
    "description": "sample string 7",
    "createdDateUtc": "2026-03-11T03:59:48.7024525+00:00",
    "updatedDateUtc": "2026-03-11T03:59:48.7024525+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-11T03:59:48.7024525+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T03:59:48.7024525+00:00</UpdatedDateUtc>
    <ApplicationId>843061d0-4424-44fc-9fd5-72de9c8ae94a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c8523c98-4a4b-45c7-8f37-753cf8e1c8c9</IntegrationId>
    <IntegrationTypeId>c77ea737-2b0d-4dda-96a1-826a2423b3c6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ec98f6e-d02b-4406-9718-126ab50df9cb</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-11T03:59:48.7024525+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T03:59:48.7024525+00:00</UpdatedDateUtc>
    <ApplicationId>843061d0-4424-44fc-9fd5-72de9c8ae94a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c8523c98-4a4b-45c7-8f37-753cf8e1c8c9</IntegrationId>
    <IntegrationTypeId>c77ea737-2b0d-4dda-96a1-826a2423b3c6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ec98f6e-d02b-4406-9718-126ab50df9cb</TenantId>
  </IntegrationRepresentation>
  <IntegrationRepresentation>
    <CreatedDateUtc>2026-03-11T03:59:48.7024525+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T03:59:48.7024525+00:00</UpdatedDateUtc>
    <ApplicationId>843061d0-4424-44fc-9fd5-72de9c8ae94a</ApplicationId>
    <Description>sample string 7</Description>
    <IntegrationId>c8523c98-4a4b-45c7-8f37-753cf8e1c8c9</IntegrationId>
    <IntegrationTypeId>c77ea737-2b0d-4dda-96a1-826a2423b3c6</IntegrationTypeId>
    <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
    <Name>sample string 6</Name>
    <TenantId>6ec98f6e-d02b-4406-9718-126ab50df9cb</TenantId>
  </IntegrationRepresentation>
</ArrayOfIntegrationRepresentation>