Get-AtriaWorkSpaceItemCustomerRelationship
SYNOPSIS
Retrieves the relationship between a specific workspace item and a customer.
SYNTAX
Get-AtriaWorkSpaceItemCustomerRelationship -ItemId <Int> [<CommonParameters>]
DESCRIPTION
Gets details of the customer relationship for a given workspace item from 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
, andOutVariable
.More info: about_CommonParameters.
OUTPUTS
Returns details about the specified customer and workspace item relationship.
EXAMPLES
Example 1
PS> Get-AtriaWorkSpaceItemCustomerRelationship -ItemId 123
Retrieves customer relationship details for the workspace item with ID 123.
NOTES
Ensure you've authenticated using Connect-AtriaApi
before invoking this function.