Implemented Suggested 6/26/2023

14

votes

API Asset Search

It seems there is a GET /api/Search endpoint that is not documented, but I can't seem to find any way to search assets from the API which is a massive pain for me, as I then have to get a list of all assets through GET /api/Assets which takes multiple seconds and results in a huge file for me to filter through.

I would like to see an assets search endpoint, or at least add the ability for a fuzzy search or prefix search through the GET /api/Assets endpoint so I could do something like GET /api/Assets?name=LAP-&prefix=true.


Log in to comment...