Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "13740fb9-8791-4e09-bd1f-c716abf19ea7",
"tenantId": "e5f9b7df-87e9-4ca2-b481-7daadff3e14e",
"applicationId": "6fdbd335-ebb7-4c96-866c-184cc1b6385a",
"integrationTypeId": "66402196-1e19-4f10-98f9-08069c1a747c",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-01-23T04:00:40.8185053+00:00",
"updatedDateUtc": "2026-01-23T04:00:40.8185053+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-01-23T04:00:40.8185053+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-01-23T04:00:40.8185053+00:00</UpdatedDateUtc> <ApplicationId>6fdbd335-ebb7-4c96-866c-184cc1b6385a</ApplicationId> <Description>sample string 7</Description> <IntegrationId>13740fb9-8791-4e09-bd1f-c716abf19ea7</IntegrationId> <IntegrationTypeId>66402196-1e19-4f10-98f9-08069c1a747c</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>e5f9b7df-87e9-4ca2-b481-7daadff3e14e</TenantId> </IntegrationRepresentation>