Hello,
I can't find any "actions" API request that returns a 'deleteCheckItem' action. I tried '/boards/[id]/actions', '/cards/[id]/actions', I also tried '/checklists/[id]/checkItems' and some others.
Nothing returns any 'deleteCheckItem' action. Am I looking at the wrong place ?
Certain action types are not returned by the Trello API. deleteCheckItem is one of them.
Further explanation and complete reference is available here:
https://developers.trello.com/advanced-reference/action#excluded-action-types
Well, I actually read the excluded action types list too fast...
Thanks for that fast answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And, is there any way to have a list of deleted checkItems ? Like it is possible for checklists and cards ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know, you can't retrieve a list of deleted checkItems. At least not after the fact.
You can register a webhook that gathers and stores this information, but this requires a server and your own storage.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.