REST API for retrieving specific child item
arozenb
Member Posts: 3
Hi, is it possible to retrieve specific child item (by name) for the given parent using REST API.
- GET /abstractitems does not allow to specify a parent
0
Comments
-
You should be able to do this, if specify the parent API ID as part of the contains parameter.
https://{jama_url}/rest/v1/abstractitems?contains="parent:{parentId}"
1 -
Thank you, @Adriaan Arnason ! It worked for me.
0