- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2015 01:41 AM
Hi All,
Did any one come across the Moodle Integration with Servicenow.
I would like to know how the Moodle can interact with SN, I have tried doing some research but could not find any.
any though / suggestions would help.
Thanks,
Vijay P
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2015 03:30 AM
Vijay,
As Pamela said., We can integrate moodle with ServiceNow using REST protocol. Documentation seems to be off for Moodle API functions. But getting hold of correct function is key to your requirement. I have tried below REST url in ServiceNow to receive a successful response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2015 06:37 AM
Moodle interacts and integrates very well with ServiceNow. It depends on what you would like to achieve. We have had some teams within ServiceNow successfully implement and manage the process. Thanks to Chuck Tomasi confirming my thought that we have a team that has implemented successfully on the Platform. Which is the SC portal (sc.service-now.com). What you want to implement will determine who will be most suitable to provide further information on this. But I hope this answers your initial question about whether ServiceNow integrates with Moodle .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2015 07:15 AM
Thanks Pamela for you conformation.
I am doing REST call to Moodle to get the user information.
link works fine directly when i use that, but when i use the same in the REST message and pass the query parameters as attached:
I get the below error response once i click TEST:
<?xml version="1.0" encoding="UTF-8" ?>
<EXCEPTION class="invalid_parameter_exception">
<ERRORCODE>invalidparameter</ERRORCODE>
<MESSAGE>Invalid parameter value detected</MESSAGE>
<DEBUGINFO>Missing required key in single structure: userids</DEBUGINFO>
</EXCEPTION>
++++++++++++++++
I am not sure how we can pass the Userid of Moodle to SN.
Any update from you will be much appreciated.
Thanks,
Vijay P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2015 07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2015 03:30 AM
Vijay,
As Pamela said., We can integrate moodle with ServiceNow using REST protocol. Documentation seems to be off for Moodle API functions. But getting hold of correct function is key to your requirement. I have tried below REST url in ServiceNow to receive a successful response.