Get the tuplets list for an Entity. The tuplets have the same parent activity node.
get/entities/{id}/tuplets
Path parameters
idstring required
The unique identifier of entity. This identifier can be either an HuBMAP ID (e.g. HBM123.ABCD.456) or UUID
Query parameters
status'New' | 'QA' | 'Published'
A case insensitive string. Any value besides 'New', 'Qa', and 'Published' will raise an error. If a valid status is provided, only results matching that status (if they are datasets) will be returned
property_key'uuid'
A case insensitive string. Any value besides 'uuid' will raise an error. If property_key=uuid is provided, rather than entire dictionary representations of each node, only the list of matching uuid's will be returned
Response
An array of tuplet entities is returned
object[] required