WebhookDispatchCollectionClient
Hierarchy
- ResourceCollectionClient
- WebhookDispatchCollectionClient
Index
Methods
__init__
Initialize the WebhookDispatchCollectionClient.
Parameters
args: Any
kwargs: Any
Returns None
list
List all webhook dispatches of a user.
Parameters
optionalkeyword-onlylimit: Optional[int] = None
How many webhook dispatches to retrieve
optionalkeyword-onlyoffset: Optional[int] = None
What webhook dispatch to include as first when retrieving the list
optionalkeyword-onlydesc: Optional[bool] = None
Whether to sort the webhook dispatches in descending order based on the date of their creation
Returns ListPage
ListPage: The retrieved webhook dispatches of a user
Sub-client for listing webhook dispatches.