Search Results for

    Show / Hide Table of Contents

    Get-PnPWebhookSubscriptions

    SYNOPSIS

    Gets all the Webhook subscriptions of the resource

    SYNTAX

    Get-PnPWebhookSubscriptions [-List <ListPipeBind>] [-Connection <PnPConnection>]
     
    

    DESCRIPTION

    Allows to retrieve Webhook subscriptions of specified list.

    EXAMPLES

    EXAMPLE 1

    Get-PnPWebhookSubscriptions -List MyList
    

    Gets all Webhook subscriptions of the list MyList

    EXAMPLE 2

    Get-PnPList | Get-PnPWebhookSubscriptions
    

    Gets all Webhook subscriptions of the all the lists

    PARAMETERS

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

    Type: PnPConnection
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -List

    The list object or name to get the Webhook subscriptions from

    Type: ListPipeBind
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer