What is the Difference Between GetJSON and LoadJSON
‎Jun 09, 2016
08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 09, 2016
08:28 AM
What is the Difference Between GetJSON and LoadJSON
Hi All
The contentLoader snippets have two snippets for retrieving JSON GetJSON and LoadJSON
Does anyone know what the difference between these two are.
Andrei
2 REPLIES 2
‎Jun 30, 2016
02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 30, 2016
02:21 PM
There is no real difference between these two services. I am not sure why there are two.
Hope this helps!
Tori
‎Jul 07, 2016
05:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jul 07, 2016
05:28 PM
From this other support questions (Invoking the salesforce.com REST API from a ThingWorx instance), it stated that the LoadJSON is being deprecated. I can only assume that the GetJSON conformed to REST ideas GET, POST, PUT, DELETE, etc. Whereas the LoadJSON may have covered more than one HTTP method, the GetJSON covers the GET method.