We have an instance of CollectiveAccess that I think I have used with the web service API before. I connected using my web browser and navigated to https://[our CA domain]/service.php/auth/login and got an auth token. Then I went to curl and tried curl -X GET 'https://[our CA domain]/service.php/items/ca_objects/16744?authToken=[auth token]. I get {"ok":true,"total":0}. But navigating to https://[our CA domain]/index.php/editor/objects/ObjectEditor/Edit/object_id/16744 in the web browser returns plenty of data. Any idea about what my misconfiguration or mistake is?