Summary
Retrieves an existing matter.
Get-Matter
-Id
Returns 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