Thanks Eugene,
But if i have only tags and i want to look them up in sherpadesk system how do i acheive that ?
because am able to do it visa search query.
but if I use search query and there is unknown tag which is random scanned number it will look up all the details based on that value passed and may return unwanted result. Such as if tag is 11 it will look so many assets with 11 in them.
That’s why i would like to add filter to avoid accidental scan results.
Is there any way we can achieve that?
Hi,
this functionality for assets unique_fields cannot be implemented, cause
is nested objects with variable size, like custom fields.
for all other fields you can use QUERY parameter,
like
/assets?category_id=1128&type_id=3727&is_with_custom_fields=1&limit=40&query=model_id=29554
but be careful, Magic and filter query
applied only on current data page. Please use search parameter to get correct results.
/assets?category_id=1128&type_id=3727&is_with_custom_fields=1&limit=40&model_id=29554
see docs: https://github.com/sherpadesk/api/wiki
|
|
SherpaDesk API docus. Contribute to sherpadesk/api development by creating an account on GitHub.
|
Hi Eugene,
I have query with the api calls with assets, if I want to look up assets only by the tags what will be appropriate declaration?
Such as
So instead of search which looks up all data related to value entered, how do I apply filter for just tags?
I tried Unique_value it’s not working