Difference between revisions of "JSON API (SmartConnect)"

From SmartWiki
Jump to: navigation, search
(Created page with "SmartSimple’s SmartConnect JSON API provides a relatively easy to use method of integrating SmartSimple information with other web services and other programs. The API use...")
 
Line 1: Line 1:
 
SmartSimple’s SmartConnect JSON API provides a relatively easy to use method of integrating SmartSimple information with other web services and other programs.
 
SmartSimple’s SmartConnect JSON API provides a relatively easy to use method of integrating SmartSimple information with other web services and other programs.
  
 
+
The API uses industry standard JSON syntax and constructs.  If you are not familiar with JSON you should take a look at the following tutorial before venturing much further in this topic: [JSON Tutorial|http://www.w3schools.com/json/default.asp]
The API uses industry standard JSON syntax and constructs.  If you are not familiar with JSON you should take a look at the following tutorial before venturing much further in this topic: [[JSON Tutorial|http://www.w3schools.com/json/default.asp]]
 
  
  

Revision as of 13:33, 9 December 2015

SmartSimple’s SmartConnect JSON API provides a relatively easy to use method of integrating SmartSimple information with other web services and other programs.

The API uses industry standard JSON syntax and constructs. If you are not familiar with JSON you should take a look at the following tutorial before venturing much further in this topic: [JSON Tutorial|http://www.w3schools.com/json/default.asp]



With the API you can request company and user lists, update grant records, download

case files, fetch event logs, and more. The API authenticates users and functions using system credentials andAPI Tokens; responses are available in JSON.