Get-Integration
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-Integration
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing integration.
Get-Integration
-Id
Returns a integration object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The integration id. |
Examples
Get an existing integration
This example retrieves a specific integration and outputs it as JSON.
# TODO