Trying to make first REST call - getting invalid_parameter_exception

Re: Trying to make first REST call - getting invalid_parameter_exception

by Darko Miletić -
Number of replies: 0

You are sending input parameters s JSON. Moodle web services do not support that. You should send parameters as classic POST or GET params.

http://domain.com/webservice/rest/server.php?wstoken=4725a345345435342322a6560b068547297748e17&wsfunction=mod_forum_get_forum_discussions_paginated&forumid=2438

Average of ratings: Useful (1)