get https://api.mediasilo.com/v3/projects//assets
Retrieve all assets in a project
Returns all assets in a given project.
Sorting and Pagination
When listing project or folder contents, we suggest you specify a search order by appending the _sortBy= and _sort=desc | asc parameters.
Search the Entire Project
By default, when using query parameters to search for assets (example:
/v3/projects/[MY PROJECT]/assets?type=video
) the request will only search the root of the project and NOT subfolders. To search the entire project include the query parameterfullSearch=true