Get-GridState
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-GridState
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing grid state.
Get-GridState
-Id
Returns a grid state object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The grid state id. |
Examples
Get an existing grid state
This example retrieves a specific grid state and outputs it as JSON.
# TODO