Trello - Nested Actions Query - actions_since not working

Hey there,

I’ve got 2 key problems that I’d like to figure out:

  1. actions_since does appear to be working:
    I’m hitting https://api.trello.com/1/cards/ and passing in ‘actions=commentCard’ and also trying to get only actions that have occurred in the last 24 hrs; so I’m using actions_since=yyyy-MM-dd. Results includes all actions regardless of the date on the action.

  2. When including actions at BOARD level (https://api.trello.com/1/boards/), NONE of the actions parameters work other than actually including them. I’ve tried to use actions_since, actions_limits, action_fields, action_memberCreator_fields

Any feedback would be appreciated

Thanks

Aaron