Summary
Retrieves an existing matter.
Get-Matter
-IdReturns a matter object.
Parameters
| Parameter | Type | Required? | Notes |
|---|---|---|---|
| Id | Int32 | Yes | The matter id. |
Examples
Get an existing matter
This example retrieves a specific matter and outputs it as JSON.
# TODO