Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Get dependent entities

GET openspecimen/rest/ng/specimens/{id}/dependent-entities

This API provides the details of which entities depend on given specimen.

Parameter Details:

This API accepts specimen ID in URL.

Result:

This API returns the dependent entity details. When contains entity name and count of entities.

API Example:

URLopenspecimen/rest/ng/specimens/1/dependent-entities
MethodGET
Response

[

  {

    "name": "specimen",

    "count": 5

  }

]

Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com