
3 件の回答

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 ?