by Ron Meske.
Hello All,
For Postman, use POST with the following settings:
For Postman, use POST with the following settings:
- Params: blank
- Authentication: No Auth
- Body: form-data
Note: I have been using the JSON protocol, and the only body type that seems to work is form-data.
In the body, setup the following keys:
- wstoken
- wsfunction
- moodlewsrestformat
Then depending on the function being called you will need to add your data. Check the data required and the format in the webservice documentation. your_domain/admin/webservice/documentation.php
Hope this helps.
Regards,
Ron