This is the API that I was looking at :
https://api.frame.io/v2/assets/folder-id/children?include_deleted=true
Initially, I had 4 files in the folder and the API response without include_deleted showed 4 files as expected.
On removing one file and passing the include_deleted=true flag, I expected it to still show me 4 files. But the result only shows 3 files.
jhodges
February 14, 2024, 1:52am
2
Thanks for bringing this to our attention, this bug seems to have been introduced in a recent release and we are investigating.
jhodges
February 14, 2024, 4:36pm
3
Actually upon further investigation, this query parameter was actually never supported on this endpoint and was just a documentation error. We’ll work on getting that updated.