Calling a JSON RPC

johnsnelgrove

New Member
Licensed User
Longtime User
A pointer to help me get started with this much appreciated.

Want to use a (remote) JSON-RPC method with parameters and process response.
So for example the method: FetchCategories(clientID, industry)
Expressed as:
{ "clientID" : "322516C6.xxx", "industry" : "attractions" }

Will return:

[{"url":"art-galleries","title":"Art Galleries","parent_Title":"Attractions","parentID":0,"pageID":13},{"url":"breweries","title":"Breweries","parent_Title":"Attractions","parentID":0,"pageID":30}]

For some reason I can't find an example that's helps me to work out how to call (and define) this method and include parameters.

Many Thanks
 

martyn.a

New Member
Licensed User
Longtime User
Hi johnsnelgrove,

An old post and apologies for bumping it, but did you manage to formulate a solution to your problem? I'm looking to do the same thing. Do you have anything that you are able/willing to share?

Cheers,
Martyn.
 
Upvote 0
Top