Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "4642aeb6-7d4e-47f4-a30b-bbd94b243c3b",
"tenantId": "59593e75-7a96-4051-8390-cce369d30130",
"applicationId": "cc8b2487-99ae-48c0-8fbb-b2b59f4ae88c",
"integrationTypeId": "e351062a-b830-4526-8192-a934842568c9",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-03-10T04:26:20.9602238+00:00",
"updatedDateUtc": "2026-03-10T04:26:20.9602238+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-03-10T04:26:20.9602238+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-10T04:26:20.9602238+00:00</UpdatedDateUtc> <ApplicationId>cc8b2487-99ae-48c0-8fbb-b2b59f4ae88c</ApplicationId> <Description>sample string 7</Description> <IntegrationId>4642aeb6-7d4e-47f4-a30b-bbd94b243c3b</IntegrationId> <IntegrationTypeId>e351062a-b830-4526-8192-a934842568c9</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>59593e75-7a96-4051-8390-cce369d30130</TenantId> </IntegrationRepresentation>