User Tools

Site Tools


teaching:management:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
teaching:management:start [2023/03/21 11:38] – [Moodle Web Services API (REST)] adminteaching:management:start [2023/03/22 09:04] (current) – [How to get a user token] admin
Line 5: Line 5:
 ===== Moodle Links to Catagories ===== ===== Moodle Links to Catagories =====
  
-|  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2|Faculty of Communication and Environment]]                                 ||      |      | +|  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2|Faculty of Communication and Environment]]                                 ||      |       ID      | 
-^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=8|Environment and Energy (B.Sc.)]]                                           |^  WS  ^  SS  ^ +^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=8|Environment and Energy (B.Sc.)]]                                           |^  WS  ^  SS  ^ SS2023  ^ 
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=956|8115 Physics: Mechanics, Electricity and Magenetism]]        | EE_1.08      x        | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=956|8115 Physics: Mechanics, Electricity and Magenetism]]        | EE_1.08      x        |         
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=951|8123 Physics: Thermodynamics, radiation and heat transfer]]  | EE_2.03          |  x   | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=951|8123 Physics: Thermodynamics, radiation and heat transfer]]  | EE_2.03          |  x   |  16492  
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2622|8125 Fundamentals of Scientific Programming]]               | EE_2.06          |  x   | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2622|8125 Fundamentals of Scientific Programming]]               | EE_2.06          |  x   |  16470  
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2740|8136 Fundamentals of Geodata Management Systems]]           | EE_3.07      x        | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=2740|8136 Fundamentals of Geodata Management Systems]]           | EE_3.07      x        |         
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=941|8142 Applied measurement and control]]                       | EE_4.03          |  x   | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=941|8142 Applied measurement and control]]                       | EE_4.03          |  x   |  16489  
-^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1802|Information Engineering and Computer Science (M.Sc.)]]                  |^  WS  ^  SS  ^ +^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1802|Information Engineering and Computer Science (M.Sc.)]]                  |^  WS  ^  SS  |         | 
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1802|9522 Geoinformatics]]                                       | M-IE_2.02    x        | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1802|9522 Geoinformatics]]                                       | M-IE_2.02    x        |         
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1793|9542 Environmental Monitoring Research Project]]            | M-IE_EA.02  |  x        | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1793|9542 Environmental Monitoring Research Project]]            | M-IE_EA.02  |  x        |         
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1794|9562 Real-Time Embedded Systems]]                           | M-IE_CP.03  |      |  x   | +| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=1794|9562 Real-Time Embedded Systems]]                           | M-IE_CP.03  |      |  x   |         
-^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=911|Infotronic Systems Engineering (B.Sc.)]]                                 |^  WS  ^  SS  ^ +^  [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=911|Infotronic Systems Engineering (B.Sc.)]]                                 |^  WS  ^  SS  |         | 
-| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=3276|8383 Drone technology and application]]                     | CI_W.11          |  x   |+| [[https://moodle.hochschule-rhein-waal.de/course/index.php?categoryid=3276|8383 Drone technology and application]]                     | CI_W.11          |  x   |         |
 ===== Create a New Moodle Course ===== ===== Create a New Moodle Course =====
  
Line 46: Line 46:
  
 ===== Moodle Web Services API (REST) ===== ===== Moodle Web Services API (REST) =====
 +
 +  * :!: https://gitlab.ifes.edu.br/1592243/moodle_api
  
   * https://stackoverflow.com/questions/63595262/how-to-interact-with-moodle-rest-api   * https://stackoverflow.com/questions/63595262/how-to-interact-with-moodle-rest-api
Line 66: Line 68:
 </code> </code>
  
 +
 +==== How to get a user token ====
 +
 +  * https://docs.moodle.org/dev/Creating_a_web_service_client
 +  * https://swharden.com/blog/2021-05-15-python-credentials/
 +  * https://docs.python.org/3/library/configparser.html
 +
 +
 +
 +<code>
 +https://www.yourmoodle.com/login/token.php?username=USERNAME&password=PASSWORD&service=SERVICE
 +</code>
 +
 +Set SERVICE to ''service=moodle_mobile_app''.
 +
 +You have to use URL
teaching/management/start.1679398720.txt.gz · Last modified: 2023/03/21 11:38 by admin