Get-ConfluenceLabel¶
SYNOPSIS¶
List the labels on a page (read:page).
SYNTAX¶
__AllParameterSets¶
Get-ConfluenceLabel [-PageId] <string> [[-Context] <Object>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Returns every label on the page, following pagination. In v2 a page's labels are read under the page's own scope (read:page); the read:label scope covers only the site-wide GET /labels endpoint.
EXAMPLES¶
EXAMPLE 1¶
Get-ConfluenceLabel -PageId '12345'
Lists the labels on page 12345.
PARAMETERS¶
-Context¶
The context to use: an object, a context name, or $null for the default.
Type: System.Object
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-PageId¶
The page ID.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.