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

Get-Object

  • Dark
    Light
  • PDF

Article summary

Summary

Retrieves an existing object.

Get-Object
    -Id

Returns an object object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe object id.

Examples

Get an existing object

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

# TODO

What's Next