Jama API - GET item with tag at the same time

549 Views Asked by At

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?

2

There are 2 best solutions below

0
On

This can be easy fetched via py-jama-rest-client library, using get_items(). Have a look into the documentation for more such helpful APIs.

0
On

There is the /items/{id}/tags endpoint: https://rest.jamasoftware.com/#operation_getTagsOnItem