Topic by Didi Daman
Content
I am querying using ROQL which works ok, but there appears to be a limit of 20000 rows that are returned? I don't see this limit anywhere? Please advise if it can be changed.
Get Query : https://xxxxxx.custhelp.com/services/rest/connect/v1.3/queryResults/?query=select s.organization, s.Incident, s.id as sClaimID,s.sclaim_ref_num, s.createdTime, s.status.LookupName as source, s.recovered_amount from CO.sClaim s;
Results:
"items": [
{
"tableName": "Table0",
"count": 20000,
"columnNames": [
"Organization",
"Incident",
"sClaimID",
"sclaim_ref_num",
"createdTime",
"source",
"recovered_amount"
],
"rows": [
[.........