[AC-5858] Cloud Get Friends: limit value stays default 10
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-08-24T06:48:55.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Arrow Cloud |
Labels | android, ios |
Reporter | Adi Shalem |
Assignee | Shak Hossain |
Created | 2018-08-23T15:41:01.000+0000 |
Updated | 2018-08-24T06:48:55.000+0000 |
Description
I'm trying to get all friends of a user from the cloud but always the limit is 10 records returning. Tried to change the limit value but with no success.
This request returns only 10 friends (using the default value of limit property):
Cloud.sendRequest({
url : "friends/query.json",
method : "GET",
}
This request returns none (wrong syntax?):
Cloud.sendRequest({
url : "friends/query.json?limit=1000",
method : "GET",
}
Also tried this:
Cloud.sendRequest({
limit: 1000
url : "friends/query.json",
method : "GET",
}
and some other variations but nothing works.
My app is already in prod and this issue was reported by usres. Please assist.
This is a duplicate of a ticket that is already being handled. Closing.