Got feedback or spotted a mistake?

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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
iddistribution protocol id to fetch the distribution-protocol


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

Use this URL to get distribution-protocol by an id in openSpecimen application.

Result:

The response of this request will contains the details of the distribution protocol.

Below is the example of the get distribution-protocol :

URL

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

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 resourcesdistribution-protocol got successfully
401All requestsAuthorization failed, user doesn’t have authority
500All requestsInternal server error, encountered server error while performing operations
  • No labels