POST

Query Folders


Retrieves a list of folders in the Media Manager, given the provided cursor paging, filtering, and sorting.

Up to 200 folders can be returned per request.

To learn about working with Query methods, see API Query Language and Sorting and Paging

PropertyFiltersSort
displayNameSort: ASC, DESC
updatedDateSort: ASC, DESC
state$eqNone
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Media Manager
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/site-media/v1/folders/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?