Get-Matter
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get-Matter

  • Dark
    Light
  • PDF

Article summary

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

What's Next