Python API - How do we view the names of all the Datasets in a given study using an API call? | Jon (LabKey DevOps) | 2018-11-12 14:41 |
Status: Closed | ||
Hello, If you are using the Python API, you can use the select_rows() call against the "study" schema and the "Datasets" table. The study.Datasets table will allow you to see all of the datasets for the specific study container you're looking at. For more details on setting up a select_rows() call, please refer to the following example: https://github.com/LabKey/labkey-api-python/blob/master/samples/query_examples.py Regards, Jon |
||