openspecimen/rest/ng/distribution-protocols/{id}
...
Parameter | Details |
---|---|
id | distribution protocol id to fetch the distribution-protocol |
nametitle | distribution protocol title to fetch the distribution-protocol |
...
URL |
or
|
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 |