Changes between Version 8 and Version 9 of CiviCRM HowTo Use Rest API


Ignore:
Timestamp:
08/28/13 14:39:45 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Use Rest API

    v8 v9  
    2727== Using the REST API
    2828
    29 1. Login using the URL: !https://{CIVIPATH}/civicrm/extern/rest.php?q=civicrm/login&name={USERNAME}&pass={PASSWORD}&key={SITE_KEY}&json=1
     291. Login using the URL: !http://{CIVIPATH}/civicrm/extern/rest.php?q=civicrm/login&name={USERNAME}&pass={PASSWORD}&key={SITE_KEY}&json=1
    30302. Extract the {{{SESSION_ID}}} from the response.
    31313. Make a request supplying the {{{SITE_KEY}}} and {{{SESSION_ID}}}