Limit analyticsReports results
Content
Hi,
I'm using the a Rest API analyticsReports POST call to fetch the results from a report. Everything is setup fine, but I'm wondering if there is a way to limit the number of results coming in via the report?
I have the record limit set to 5 in service cloud, but the report is still returning all the results via the API.
Is there some sort of default record limit filter I need to set as a part of the API call?
Any help is appreciated. Thanks.
Version
19CCode Snippet
{ "lookupName": "GetFAQsByScore", "filters": [ { "name":"Product", "values":["1.479"] }, { "name": "KeywordSearch", "values": "library time" }, { "name": "SearchAndOr", "values": [ "4" ] } ] }
0