You are not logged in.
Pages: 1
I would like to access the Thirdlight JSON API using custom developed application.
I would like to know the usage of the JSON API, can any body share an example?
1) https://<>.thirdlight.com/docs/api/legacy.html#Search_AdvancedSearch
Offline
Hi Jatish
A good place to start is here; https://www.thirdlight.com/docs/display … l+use+case
Taking an example, if you have a keyword or dropdown called "Approved", with the metadata key being "isApproved", then an example advanced search for things where this field is set to No looks like this:
{"apiVersion":"2.0", "sessionId":"YOUR_SESSION_ID", "inParams":{"query":[{"condition":"IS","value":"No","field":"meta:isApproved"}]}, "action":"Search.AdvancedSearch"}
The scope of the search depends on the session here.
See also: https://www.thirdlight.com/docs/display … quick+tips
Wishing you good luck but do remember the public API is the only preferred way where possible (look for more API methods in Chorus v3.3 coming soon).
Best wishes
Michael
Offline
Our team is still using Chorus JSON APIs - can you share the detailed documentation URL for these APIs?
Offline
Pages: 1