Skip to main content

Get-AtriaWorkSpaceItemListRelationship

SYNOPSIS

Retrieves the lists associated with a specific workspace item.

SYNTAX

Get-AtriaWorkSpaceItemListRelationship -ItemId <Int> [<CommonParameters>]

DESCRIPTION

Gets details about the workspace lists that include a specified workspace item by calling the Atria API.

PARAMETERS

  • ItemId <Int> (Required)
    The unique identifier (ID) of the workspace item.

  • <CommonParameters>
    Supports common parameters:
    Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.

    More info: about_CommonParameters.

OUTPUTS

Returns details about workspace lists associated with the specified workspace item.

EXAMPLES

Example 1

PS> Get-AtriaWorkSpaceItemListRelationship -ItemId 123

Retrieves the workspace lists that include the workspace item with ID 123.

NOTES

Ensure you've authenticated using Connect-AtriaApi before invoking this function.