We need to develop a new API endpoint GET /study/{study_id}/randomization_list within our API that allows users to retrieve the randomization list for a specific study identified by study_id. This endpoint will provide access to the randomization list (with an indication of whether code was used) or the sequence of already randomized patients (in case of e.g. dynamic randomization). This feature is essential for monitoring and auditing purposes, ensuring transparency and integrity in the randomization process.
We need to develop a new API endpoint
GET /study/{study_id}/randomization_list
within our API that allows users to retrieve the randomization list for a specific study identified bystudy_id
. This endpoint will provide access to the randomization list (with an indication of whether code was used) or the sequence of already randomized patients (in case of e.g. dynamic randomization). This feature is essential for monitoring and auditing purposes, ensuring transparency and integrity in the randomization process.