-
Notifications
You must be signed in to change notification settings - Fork 4
GetActionsOptions
Rasmus Wulff Jensen edited this page Apr 1, 2025
·
1 revision
The GetActionsOptions
provides options for retrieving actions (changelog events) in Trello.
Property | Description |
---|---|
AdditionalParameters | Additional parameters not supported out-of-the-box. |
Before | An Action ID to retrieve actions before this ID. |
Filter | A set of event types to filter by (e.g., TrelloDotNet.Model.Webhook.WebhookActionTypes). |
Limit | The number of recent events to retrieve (default: 50, max: 1000). |
Page | The page of results for actions. |
Since | An Action ID to retrieve actions since this ID. |
This class is used in methods such as GetActionsForMemberAsync, GetActionsOnCardAsync, and GetActionsForListAsync to customize the retrieval of Trello actions.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')