Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.2
-
Component/s: CiviCRM API
-
Labels:None
Description
The "REST" interface expects a strict convention on the file and methods in the api:
?q=civicrm/file/function should have the function file_function in the file api/v2/file.php and with only one parameter ($params) as an array
The existing function didn't follow, I created one for civicrm/Relationship/get