Get RFP
Obtains the representation for a specific RFP. This provides an overview of an RFP that was created.
Method: GET
URL: /cleartrial-ws/rfps/<rfpId>
Sample output in JSON:
{
"rfp": {
"id": 10129,
"study": "24660",
" bidGridFileName": "sdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdf",
"currency": "USD",
"shortDescription": "dsafgfdsg",
"createdBy": "France, Michelle",
"createdDate": "13-Apr-2015",
"lastModifiedBy": "France, Michelle",
"lastModifiedDate": "13-Apr-2015",
"laborUrl": "/cleartrial-ws/rfps/10129/labor",
"costUrl": "/cleartrial-ws/rfps/10129/cost",
"bidsUrl": "/cleartrial-ws/rfps/10129/bids",
"planUrl": "/cleartrial-ws/plans/32610",
"serviceProviderUrl": "/cleartrial-ws/plans/32610/serviceProvider/12401"
}
}
Sub-Resources:
- Labor
- Cost
Note:
In Phase I Healthy Volunteers studies, the following field does not appear in the Get Plan API: Subject Enrollment Schedule.
Parent topic: RFP Resource API and Bid Resource API