Get Study Structure =================== Prerequisites ------------- * ``imednet`` package installed * Access to an iMednet environment Environment variables --------------------- .. code-block:: bash export IMEDNET_API_KEY export IMEDNET_SECURITY_KEY export IMEDNET_STUDY_KEY export IMEDNET_BASE_URL (optional) Description ----------- Export study structure to JSON and CSV. .. literalinclude:: ../../examples/get_study_structure.py :language: python