Got feedback or spotted a mistake?

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

Get Distribution Protocol

openspecimen/rest/ng/distribution-protocols/{id}

or

openspecimen/rest/ng/distribution-protocols?title={title}

Use this resource to get distribution protocol. This API returns distribution protocol present in the OpenSpecimen database. 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
iddistribution protocol id to fetch the distribution-protocol
titledistribution protocol title to fetch the distribution-protocol


http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/{id}

or

http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols?title={title}

Use this URL to get distribution protocol by an ID in OpenSpecimen application.

Result:

The response contains the details of the requested distribution protocol.


URL

http://<host>:<port>/openspecimen/rest/ng/distribution-protocols/20

or

http://<host>:<port>/openspecimen/rest/ng/distribution-protocols?title=DP Protocol

MethodGET
Requestapplication/json

Response

{

id20
principalInvestigator
{
loginName"admin@admin.com"
domainName"catissue"
}
title"DP Protocol"
shortTitle"DP Pro"
irbId"IRB555571"
startDate1402617600000
anticipatedSpecimenCount20
descriptionUrl"www.simplepr.com"
activityStatus"Active"
}

Error Cases :

code
Applies to
Status Message
200All resourcesSuccess. The response body contains the distribution protocol details.
401All requestsAuthorization failed, user doesn’t have sufficient rights.
500All requestsEncountered unhandled server error when retrieving the distribution protocol details.
Got feedback or spotted a mistake?

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