OCAPI: Can't get list of content assets in "root" folder #362
jwilson-lyonscg
started this conversation in
Team Posts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to use OCAPI to get a list of content assets in the root folder but I'm not getting results.
I'm running a GET request on
/libraries/{library_id}/folders/{folder_id}/content
usingroot
as thefolder_id
(and of course a validlibrary_id
). I'm not getting any content assets listed. If I use a subfolder I do get the appropriate content assets listed in that subfolder.Is this a limitation or bug or am I doing something wrong? Anyone else able to test this and see if you get the same result?
Beta Was this translation helpful? Give feedback.
All reactions