Cyan Web API - Version 1


GET api/integrations/{integrationId}

            Gets a single Integration.
            

Request Information

Parameters

NameDescriptionAdditional information
integrationId
The integrationId to locate.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "integrationId": "0c74467f-1b89-4d2d-baa9-ce4978085dce",
  "tenantId": "fcd8ffe1-016d-48be-bfc3-b181bc3d5830",
  "applicationId": "bc41f39d-5dbf-4440-9cb3-7c9c1c40dffe",
  "integrationTypeId": "f009f859-bc29-4d85-92c3-282e9e51bfbf",
  "integrationTypeLookupKey": "sample string 5",
  "name": "sample string 6",
  "description": "sample string 7",
  "createdDateUtc": "2025-11-12T00:25:06.6680731+00:00",
  "updatedDateUtc": "2025-11-12T00:25:06.6680731+00:00"
}

application/xml, text/xml

Sample:
<IntegrationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2025-11-12T00:25:06.6680731+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-12T00:25:06.6680731+00:00</UpdatedDateUtc>
  <ApplicationId>bc41f39d-5dbf-4440-9cb3-7c9c1c40dffe</ApplicationId>
  <Description>sample string 7</Description>
  <IntegrationId>0c74467f-1b89-4d2d-baa9-ce4978085dce</IntegrationId>
  <IntegrationTypeId>f009f859-bc29-4d85-92c3-282e9e51bfbf</IntegrationTypeId>
  <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey>
  <Name>sample string 6</Name>
  <TenantId>fcd8ffe1-016d-48be-bfc3-b181bc3d5830</TenantId>
</IntegrationRepresentation>