Get-ConfluenceBlogPost¶
SYNOPSIS¶
Get blog posts (read:blogpost).
SYNTAX¶
List (Default)¶
Get-ConfluenceBlogPost [-SpaceId <string>] [-Context <Object>]
ById¶
Get-ConfluenceBlogPost -BlogPostId <string> [-Context <Object>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Returns a single blog post by ID, the blog posts in a space, or all blog posts across the site, following pagination.
EXAMPLES¶
EXAMPLE 1¶
Get-ConfluenceBlogPost -SpaceId '123456'
Lists the blog posts in the space with ID 123456.
PARAMETERS¶
-BlogPostId¶
A single blog post ID to return.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: ById
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-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: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-SpaceId¶
List blog posts in this space ID. Omit to list across the whole site.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: List
Position: Named
IsRequired: false
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.