Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "fba4dae7-c93b-4c2a-93dd-6a4c87223f0a",
"tenantId": "8c35ee65-6a11-4f82-a219-735ce25ef1b4",
"applicationId": "b7e061e3-8460-4cd2-a849-0a70500acdf8",
"integrationTypeId": "442ea350-d571-4c36-96ef-a9d01f61d65f",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-06-04T16:53:47.4608199+00:00",
"updatedDateUtc": "2026-06-04T16:53:47.4608199+00:00"
}
<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>2026-06-04T16:53:47.4608199+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-04T16:53:47.4608199+00:00</UpdatedDateUtc> <ApplicationId>b7e061e3-8460-4cd2-a849-0a70500acdf8</ApplicationId> <Description>sample string 7</Description> <IntegrationId>fba4dae7-c93b-4c2a-93dd-6a4c87223f0a</IntegrationId> <IntegrationTypeId>442ea350-d571-4c36-96ef-a9d01f61d65f</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>8c35ee65-6a11-4f82-a219-735ce25ef1b4</TenantId> </IntegrationRepresentation>