API GetUser Problem

Hello All,

I am trying to call user data via the API, running the URL
http://localhost:8080/razuna//global/api2/user.cfc?method=getuser&api_key=XXXAdminUserAPIKeyXXX

returns the following
{“message”:“qry.recordcount doesn’t exist.”,“errorcode”:"",“detail”:“Error at line 1, column 17”}

The same happens when running the API call via PHP

If I put an incorrect API key the correct permissions warning is returned as expected.

I have tried on two installs one with the embedded Db one with MySQL to see if it was a Db issue but the same error message is returned.

Can anyone shed any light on my error or where I have gone wrong ? as other calls using the API key are returning data as expected

Thanks is advance, I am working towards trying to integrate RAZUNA into our software application… which would be really really cool as RAZUNA is great !!

Razuna System - Razuna V1.7 Mac OSX Running MAMP

We have identified this and it occurs under very rare circumstances. We have fixed it and it will be released in the next Razuna upgrade (1.7.1). We are planning to release this real soon.

If you need this sooner you can grab the latest fixes from the develop branch on github (since this is the API only, you can also do a cherry pick from the commit abcabf38ab714455f2c6a2ae2dd4fda7e2944252).

Thank you for reporting this and making Razuna better.

Hello Nitai,

Thank you for the swift response, I can confirm that this now works.

Best Regards
Ollie