| Version 3 (modified by , 10 years ago) ( diff ) |
|---|
OpenSpecimen HowTo Use Expedited Entry for a Study
Tags: OpenSpecimen HowTo
Procedure
The settings are set using the REST API. See OpenSpecimen REST API Documentation.
- The
cp_idis the id of the protocol and can be obtained from the URL when viewing the protocol or its participants. For examplehttps://www15.lamp.le.ac.uk/openspecimen/#/cp-view/12/participants - The setting can be deleted by updating all the values to empty using the REST API. For example
[
{
"name": "",
"view": "",
"ctrl": "",
"data": { }
}
]
- I used Postman to get it to work. I had to supply my username and password in the Basic Auth section.
- Also need to set up auto label formats - see https://openspecimen.atlassian.net/wiki/x/doB1
Note:
See TracWiki
for help on using the wiki.
