Get-AtriaWorkSpaceListItem
SYNOPSIS
Retrieves items from a specified workspace list.
SYNTAX
Get-AtriaWorkSpaceListItem -listId <Int> [<CommonParameters>]
DESCRIPTION
Retrieves all items from a workspace list identified by its unique list ID from the Atria API.
PARAMETERS
-
listId
<Int>(Required)
The ID of the workspace list whose items will be retrieved. -
<CommonParameters>
Supports common parameters:
Verbose,Debug,ErrorAction,ErrorVariable,WarningAction,WarningVariable,OutBuffer,PipelineVariable, andOutVariable.More info: about_CommonParameters.
OUTPUTS
Returns the list of items within the specified workspace list.
EXAMPLES
Example 1
PS> Get-AtriaWorkSpaceListItem -listId 456
Retrieves all items from the workspace list with ID 456.
NOTES
Ensure you've authenticated using Connect-AtriaApi before invoking this function.