Hi, I've been using the RPC functionality of limesurvey to get some data displayed on my (different) website.
I want to get the number of responses (complete/incomplete/all) that a survey has.
I understand that I can get a csv/json of the response data from 'export_responses', and parse that, but some surveys may contain a lot of data, a lot of responses, and it seems very inefficient and slow to download every single response just to count how many responses there were.
That's why I would like a 'export_response_count' function, or something similar.
Does this sound like a good idea for a new rpc function?
Thank you for all the help and support.