openspecimen/rest/ng/distribution-protocols/{distribution-protocolIdid}
Use this resource to get distribution - protocol. This API returns distribution-protocol present in the openSpecimen application. Use HTTP GET method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
distribution-protocolIdid | distribution - protocol id to fetch the distribution-protocol |
...
http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/{distribution-protocolIdid}
Use this URL to get distribution-protocol by an id in openSpecimen application.
...
The response of this request will contains the details of the distribution - protocol.
Below is the example of the get distribution-protocol :
URL |
|
Method | GET |
Request | application/json |
Response | { id: 20 title: "DP Protocol" shortTitle: "DP Pro" irbId: "IRB555571" startDate: 1402617600000 anticipatedSpecimenCount: 20 activityStatus: "Active" } |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | distribution-protocol got successfully |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations |