Changes between Version 8 and Version 9 of CiviCRM HowTo Use Rest API
- Timestamp:
- 08/28/13 14:39:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM HowTo Use Rest API
v8 v9 27 27 == Using the REST API 28 28 29 1. Login using the URL: !http s://{CIVIPATH}/civicrm/extern/rest.php?q=civicrm/login&name={USERNAME}&pass={PASSWORD}&key={SITE_KEY}&json=129 1. Login using the URL: !http://{CIVIPATH}/civicrm/extern/rest.php?q=civicrm/login&name={USERNAME}&pass={PASSWORD}&key={SITE_KEY}&json=1 30 30 2. Extract the {{{SESSION_ID}}} from the response. 31 31 3. Make a request supplying the {{{SITE_KEY}}} and {{{SESSION_ID}}}