| 1 | = OpenSpecimen HowTo Use Expedited Entry for a Study |
| 2 | |
| 3 | Tags: [[OpenSpecimen]] [[HowTo]] |
| 4 | |
| 5 | == Procedure |
| 6 | |
| 7 | The settings are set using the REST API. See [[https://openspecimen.atlassian.net/wiki/display/CAT/UK+configuration;jsessionid=DAE0BD2C084248321CE32F05F0966221|OpenSpecimen REST API Documentation]]. |
| 8 | |
| 9 | - The `cp_id` is the id of the protocol and can be obtained from the URL when viewing the protocol or its participants. For example `https://www15.lamp.le.ac.uk/openspecimen/#/cp-view/12/participants` |
| 10 | - The setting can be deleted by updating all the values to empty using the REST API. For example |
| 11 | |
| 12 | {{{ |
| 13 | [ |
| 14 | { |
| 15 | "name": "", |
| 16 | "view": "", |
| 17 | "ctrl": "", |
| 18 | "data": { } |
| 19 | } |
| 20 | ] |
| 21 | }}} |
| 22 | |
| 23 | [[BackLinks]] |