I need to fetch items from JAMA API, and I do not get the Tag value with the data. I tried to call GET/{item}/{id} API and then I also need to execute GET/{tags}/{id}/{item} to discover item tag, which takes too much time for multiple items.
Is there any more efficient way to get all data in one API call?
There is the
/items/{id}/tagsendpoint: https://rest.jamasoftware.com/#operation_getTagsOnItem