How to create a new view in strapi

System Information
  • Strapi Version: 4.1.9
  • Operating System: OSX
  • Database: mysql
  • Node Version: v14.18.3
  • NPM Version: 6.14.15
  • Yarn Version: 1.22.17

I’m thinking of adding a new view to the manager but I don’t know if that’s possible, I’ve read some posts and the documentation and I haven’t found anything related to that.

Hello @Roger_torres , in the content manager, click on filter. Design your filter and add it. The URL should update, giving you full REST control of the views.

REST filter example:
http://localhost:1337/admin/content-manager/collectionType/api::article.article?page=1&pageSize=10&sort=title:ASC&filters[$and][0][FoodCube][$eq]=Taco

You can also configure the views by clicking on the settings icon at the top of the default view

http://localhost:1337/admin/content-manager/collectionType/api::article.article/configurations/list

I mean adding a new view manually to the strapi ui

Can you be more specific? The instructions above add new views manually to the Strapi UI.

i want to add a view to the strapi admin, which i can develop manually myself, the point of doing this is to add a map.
This by adding an item in the left menu to access this new view.
Add buttons and specific functionalities.