Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "a6f35b8f-c1dd-4a61-95fd-82f189058c4f",
"tenantId": "e361bbc9-b180-47f5-8cef-c65cbfd8ecec",
"applicationId": "51817ea6-8de1-4133-a11f-afa68b3878d4",
"integrationTypeId": "1892ad5c-8c16-4a66-93fd-d036db9deb6d",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-07-03T21:41:00.2972727+00:00",
"updatedDateUtc": "2026-07-03T21:41:00.2972727+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-07-03T21:41:00.2972727+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-03T21:41:00.2972727+00:00</UpdatedDateUtc> <ApplicationId>51817ea6-8de1-4133-a11f-afa68b3878d4</ApplicationId> <Description>sample string 7</Description> <IntegrationId>a6f35b8f-c1dd-4a61-95fd-82f189058c4f</IntegrationId> <IntegrationTypeId>1892ad5c-8c16-4a66-93fd-d036db9deb6d</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>e361bbc9-b180-47f5-8cef-c65cbfd8ecec</TenantId> </IntegrationRepresentation>