These endpoints are subject to change often as needs arise (or unexpectedly disappear), so I'll try my best to keep these up-to-date.
A blank description is likely a sign that an endpoint (1) was set up as placeholder for some functionality that was implemented another way or (2) was used before pushing the logic to the client side and remains in place until we verify it can safely be removed. It does little harm leaving these in place, but it would be nice to clean these up one day.
All proposals in the database
All proposals grouped by assigned TIC/RIC
objects with dates and the number of proposals with that date as their submission dates
[
{
"day": "2016-10-26",
"value": 1
},
{
"day": "2016-11-16",
"value": 3
},
...
]
All proposals grouped by current status
All proposals grouped by submitting institution
All proposals grouped by therapeutic area
...
...
...
...
...
...
...
...
...
...
...
This one is no longer used.
All statuses coupled with their index in the name
table
[
{
"index": 1,
"description": "Submitted"
},
{
"index": 2,
"description": "Pending Submission"
},
{
"index": 3,
"description": "Returned to Investigator"
},
...
]
All organizations coupled with their index in the name
table
[
{
"index": "1",
"description": "Columbia University"
},
{
"index": "100",
"description": "University of California, San Diego"
},
{
"index": "101",
"description": "University of Massachusetts Medical School, Worchester"
},
{
"index": "102",
"description": "University of New Mexico Health Sciences Center"
},
...
]
All TIC/RICs coupled with their index in the name
table
[
{
"index": 1,
"name": "Duke/VUMC TIC"
},
{
"index": 2,
"name": "Utah TIC"
},
{
"index": 3,
"name": "JHU/Tufts TIC"
},
{
"index": 4,
"name": "VUMC RIC"
}
]
All therapeutic areas coupled with their index in the name
table
[
{
"index": 1,
"description": "Predominantly Clinical Research"
},
{
"index": 2,
"description": "Allied Health"
},
{
"index": 3,
"description": "Audiology"
},
...
]
All services as an array
[
"Operationalize Standard Agreements",
"Central IRB",
"Standard Agreements",
...
]
...
...
receives lots of fields (see controller or component in frontend) to save site report