Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "d6ed327b-25bc-446d-9489-811260a17a10",
"tenantId": "e5aa4666-b688-42be-8b09-a908e0f8d6c8",
"applicationId": "3f121bf6-2498-4a8f-b16a-854c56b65c4e",
"integrationTypeId": "792349c8-8af6-4a9c-83ae-7dc6c3375556",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-05-08T03:02:40.2924143+00:00",
"updatedDateUtc": "2026-05-08T03:02:40.2924143+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-05-08T03:02:40.2924143+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-08T03:02:40.2924143+00:00</UpdatedDateUtc> <ApplicationId>3f121bf6-2498-4a8f-b16a-854c56b65c4e</ApplicationId> <Description>sample string 7</Description> <IntegrationId>d6ed327b-25bc-446d-9489-811260a17a10</IntegrationId> <IntegrationTypeId>792349c8-8af6-4a9c-83ae-7dc6c3375556</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>e5aa4666-b688-42be-8b09-a908e0f8d6c8</TenantId> </IntegrationRepresentation>