Get-Matter

Prev Next

Summary

Retrieves an existing matter.

Get-Matter
    -Id

Returns a matter object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe matter id.

Examples

Get an existing matter

This example retrieves a specific matter and outputs it as JSON.

# TODO