Search API for Tags
The Box search endpoint should be able to query based on Tags.
The Web App is able to do this already:
https://obfuscated.app.box.com/folder/0/search?tags=Select
That search returns tagged results as expected.
The postman API collection offers a search endpoint example with:
https://{{api.box.com}}/2.0/search?query=sales
An error occurs when changing that to:
https://{{api.box.com}}/2.0/search?tags=Select
This should more closely match the web ui.
3
votes
MONO Grant
shared this idea