Gets a single Integration.
| Name | Description | Additional information |
|---|---|---|
| integrationId | The integrationId to locate. |
Define this parameter in the request URI. |
{
"integrationId": "c3331f0b-2350-41d5-8932-172c737af602",
"tenantId": "bd633ba8-e513-49d7-be10-2b4db825653d",
"applicationId": "740dec80-36a7-427d-84c3-9f28c45c4686",
"integrationTypeId": "cff8601e-1e5e-4d65-ba1b-d31e2636f4c2",
"integrationTypeLookupKey": "sample string 5",
"name": "sample string 6",
"description": "sample string 7",
"createdDateUtc": "2026-03-15T03:55:01.7621946+00:00",
"updatedDateUtc": "2026-03-15T03:55:01.7621946+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-15T03:55:01.7621946+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-15T03:55:01.7621946+00:00</UpdatedDateUtc> <ApplicationId>740dec80-36a7-427d-84c3-9f28c45c4686</ApplicationId> <Description>sample string 7</Description> <IntegrationId>c3331f0b-2350-41d5-8932-172c737af602</IntegrationId> <IntegrationTypeId>cff8601e-1e5e-4d65-ba1b-d31e2636f4c2</IntegrationTypeId> <IntegrationTypeLookupKey>sample string 5</IntegrationTypeLookupKey> <Name>sample string 6</Name> <TenantId>bd633ba8-e513-49d7-be10-2b4db825653d</TenantId> </IntegrationRepresentation>