Skip to main content
Hello,

I have created several views to manage my contacts and I would like to query the contacts belonging a given view.

I tried to use soql "select Id from View" to list all my views but it doesn't seem to be possible. As if Views weren't a classical object such as Contact or Account.

Can anyone help me listing with soql all my views and the contacts belonging a given view ?

Thanks
3 件の回答
  1. 2019年4月4日 16:11
    Thanks for your answer, It works for getting the list description and the first 25 records inside the list.

    But how to get all the records in the list using REST ? I googled and found some ideas such as using the LIMIT clause in the SOQL query but it seems to be limited to 2000 and the OFFSET clause seems also to be limited to 2000.

    If the list contains 20k items, how to get them all ? Any idea ?
0/9000