cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

What is the Difference Between GetJSON and LoadJSON

ahawke
1-Newbie

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
ttielebein
12-Amethyst
(To:ahawke)

There is no real difference between these two services. I am not sure why there are two.

Hope this helps!

Tori

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.

Top Tags