nooks
GitHubInstall
Lists and items

Get list shares

GetListShares returns who a List reaches by name, for the share dialog.

GET
/api/v1/lists/{listUid}/shares

Path Parameters

listUid*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/lists/string/shares"
{  "memberUids": [    "string"  ],  "groupUids": [    "string"  ]}