Lists and items
Get list shares
GetListShares returns who a List reaches by name, for the share dialog.
curl -X GET "https://example.com/api/v1/lists/string/shares"{ "memberUids": [ "string" ], "groupUids": [ "string" ]}Get list
Previous Page
Get sidebar
GetList returns one List and its Items, in their manual order. The four groups a sidebar draws, each capped and each saying how many there are. Its own call rather than a page of ListLists: a sidebar is four bounded reads with four totals, and asking for that as pages would be four round trips to draw one column.