Get RFPs
Gets the first 25 complete RFPs accessible to the current user for a given customer ID, ordered by plan and study name. Using the pagination options, the user can get subsequent pages.
Method: GET
URL: /cleartrial-ws/rfps
Sample output in JSON:
{
"rfps": {
"rfp": [
{
"id": 10129,
"study": "24660",
"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"
},
{
"id": 10123,
"study": "!! 10181-1",
"currency": "USD",
"shortDescription": "sfdddddddddddddd",
" bidGridFileName": "sdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdf",
"comments": "sdfffffffffffffffff",
"createdBy": "Administrator, QA",
"createdDate": "13-Apr-2015",
"lastModifiedBy": "Administrator, QA",
"lastModifiedDate": "13-Apr-2015",
"laborUrl": "/cleartrial-ws/rfps/10123/labor",
"costUrl": "/cleartrial-ws/rfps/10123/cost",
"bidsUrl": "/cleartrial-ws/rfps/10123/bids",
"planUrl": "/cleartrial-ws/plans/54173",
"serviceProviderUrl": "/cleartrial-ws/plans/54173/serviceProvider/19003"
}, . . .
... ]
}
}
Sub-Resources: None
Note:
In Phase I Healthy Volunteers studies, the Subject Enrollment Schedule sub-resource URL does not appear in the values returned by the Get RFPs API.Parent topic: RFP Resource API and Bid Resource API