Problems with using Limit parameter
After trying the two examples above with parameters: <from=1&limit=99> and <from=100&limit=99> as well as other parameter values, the queries complete with the following error message every time:
{"errorCode":"UNAUTHORIZED","message":"You are not authenticated to perfom this operation."}
'limit' is not recognized as an internal or external command,
operable program or batch file.
Just FYI, the same queries work fine when using the two parameters individually, meaning using <from=1> only or <include=99> only (or any other values for these parameters). No errors when used individually, but errors when used together <from=value1&limit=value2>.
Anyway you can help here?
Any changes in the API maybe? Can the limit be set to the entire population nowadays?
Thanks,
P