Leave a comment at the end of this page or email contact@krishagni.com
Fetching Specimen-List details
Summary
This page contains documentation for Fetching complete details of a specimen-list.
Request Details
Parameter | Details |
|---|---|
specimenListId | Identifier of specimen list. |
Result
The response of this request will contain the details of the specified specimen-list.
URL | http://<host>:<port>/catissuecore/rest/ng/specimen-lists/{specimenListId} |
Method | GET |
Content-Type | application/json |
Request | <nil> |
Response | { |
Error Cases
code | Applies to | Status Message |
|---|---|---|
200 | All resources | Specimen-list details have been retrieved successfully. |
400 | All requests | Invalid parameters, e.g invalid Specimen-list id. |
401 | All requests | Authorization failed, User doesn’t have Authority. |
500 | All requests | Internal server error, Encountered server error while performing operations. |