I'm fetching activities as a nested resource for a member -
https://api.trello.com/1/members/{{member_id}}/actions?key={{trello_key}}&token={{trello_token}} - and I see that the events are ordered by date descending.
I'm wondering if this is always the case when fetching activities?
I couldn't find neither this nor order setting params in the API documentation.
Hi Nemanja!
That is correct, those activities will always be returned in chronological order. There is also not currently a way to modify the order through the parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.