You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetMemberActions interface should contain 'before' and 'since' attributes. I have problem with fetching a member's actions for specific time in typescript.
The text was updated successfully, but these errors were encountered:
It's lack of documentation. As mentioned in this post all actions apis supports 'since' and 'before' arguments. I test GetMemberActions method and works fine with since and before args.
Actions
Actions contain each of the actions that have been taken on a Card or Board or members of a Card. Comments are also stored as a special type of Action on a card.
The API limits Action queries to 1000 at a time. Actions can be queried at the Board or at the Card level. To retrieve the full list of actions when there are more then 1000, multiple requests must be made using the since and before parameters.
Your request has been addressed in v1.2.7. However, let's keep this issue open to address the remaining concerns. It's important that we fix all related issues.
GetMemberActions interface should contain 'before' and 'since' attributes. I have problem with fetching a member's actions for specific time in typescript.
The text was updated successfully, but these errors were encountered: