Hi, I am trying to make an ajax call to Asset Listing,
For example,
latest-post <— Asset Listing
Folder 213, 214 ( Standard Pages are in the folders)
/latest-posts?node=213
If I make ajax call to that url, that will returns assets in 213 folder.
Then if I send
/latest-posts?node=214
this would return assets in 214 folder.
I have no idea how to make this… Please help!