function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
satihillyersatihillyer 

Access List Views via REST API

Is it possible to retrieve list views via the REST API? Trying to filter a list of leads/contact on a mobile device (using the already created list views) and it doesn't seem like the metadata API will help here.

Any ideas?
NehalNehal (Salesforce Developers) 
Hi,

Please refer to links below that might help you:

1.http://salesforce.stackexchange.com/questions/14438/access-listview-via-rest-api
2.http://stackoverflow.com/questions/13392577/how-to-retrieve-list-views-of-any-salesforce-object-using-api


I hope this helps. Please mark this as a "Best Answer" if this has resolved your issue.