Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.6
-
Fix Version/s: 4.2.8
-
Component/s: Core CiviCRM
-
Labels:
Description
The API Explorer suggests a REST query url that is incorrect. For example,
http://<site>/sites/all/modules/civicrm//extern/rest.php?json=1&sequential=1&debug=1&&entity=Contact&action=get&api_key=
{yoursitekey}&key={yourkey}It should be api_key={yourkey}
and key={yoursitekey}